Color Hex Logo

#70767b Color Hex

#70767B
(112,118,123)
0 Favorites   0 Comments

Color spaces of #70767b

RGB 112118123
HSL0.580.050.46
HSV207°48°
CMYK 0.090.040.00   0.52
XYZ16.735717.831721.2987
Yxy17.83170.29960.3192
Hunter Lab42.2276-3.1549-0.3453
CIE-Lab49.2913-1.1828-3.5275

#70767b color RGB value is (112,118,123).

#70767b hex color red value is 112, green value is 118 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #70767b hue: 0.58 , saturation: 0.05 and the lightness value of 70767b is 0.46.

The process color (four color CMYK) of #70767b color hex is 0.09, 0.04, 0.00, 0.52. Web safe color of #70767b is #666666. Color #70767b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110110 01111011
Octal 160 166 173
Decimal 112 118 123
Hex 70 76 7B

RGB Percentages of Color #70767b

%31.73
%33.43
%34.84

CMYK Percentages of Color #70767b

%9
%4
%0
%52

Triadic Colors of #70767b

#70767b #7b7076 #767b70

Analogous Colors of #70767b

#70767b #70717b #707b7b

Monochromatic Colors of #70767b

#70767b

Complementary Color

#70767b #7b7570

#70767b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70767b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70767b Color CSS Codes

.mybgcolor {background-color:#70767b; } 
.myforecolor {color:#70767b; }
.mybordercolor {border:3px solid #70767b; }

#70767b Text Font Color

<p style="color:#70767b">Text here</p>

This sample text font color is #70767b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#70767b Background Color

<div style="background-color:#70767b">
Div content here</div>

This div background color is #70767b


#70767b Border Color

<div style="border:3px solid #70767b">
Div here</div>

This div border color is #70767b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,118,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70767b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70767b;
  -webkit-box-shadow: 1px 1px 3px 2px #70767b;
  box-shadow:         1px 1px 3px 2px #70767b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,118,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #70767b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #70767b;
  -webkit-box-shadow: 1px 1px 3px 2px #70767b;
  box-shadow:         1px 1px 3px 2px #70767b;">
Div content here</div>

This div box has shadow with color #70767b


Comments

No comments written yet.

Please login to write comment.