Html Css Color HEX #707E76 Sirocco

📋 copy color: '#707E76'

red 112 ◦ green 126 ◦ blue 118

#707E76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #707E76

Tints of Sirocco #707E76

RGB

 RED value IS 112 (44.14% from 255) = 31.46%

 GREEN value IS 126 (49.61% from 255) = 35.39%

 BLUE value IS 118 (46.48% from 255) = 33.15%

R = 31.46%
G = 35.39%
B = 33.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#707E76 (or 0x707E76) is known color: Sirocco. HEX triplet: 70, 7E and 76. RGB value is (112,126,118). Sum of RGB (Red+Green+Blue) = 112+126+118=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 126 - color contains mainly: green. Hex color #707E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E76 is #8F8189. Grayscale: #787878. Windows color (decimal): -9404810 or 7765616. OLE color: 7765616.

HSL color Cylindrical-coordinate representation of color #707E76: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #707E76 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 126 118 -
CMYK 0.11 0 0.06 0.51
HSL 145.71º 0.06% 0.47% -
HSV(B) 145.71º 0.11% 0.49% -
XYZ 17.41 19.67 20.02 -
YUV 120.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 112 126 118 0.11 0 0.06 0.51 145.71 0.06 0.47
Hex 70 7E 76 B 0 6 33 92 6 2F
Octal 160 176 166 13 0 6 63 222 6 57
Binary 1110000 1111110 1110110 1011 0 110 110011 10010010 110 101111

Color Harmonies of #707E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E76

Black with #707E76

Text Example


Text Example

White with #707E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707E76; }

 p { color: rgb(112,126,118); }

 H1.HeaderClassName
 {
   color: #707E76;
 }
 .AnyTagClassName
 {
   color: #707E76;
 }
</style>

background-color css

<style>
 a { background-color: #707E76; }

 a { background-color: rgb(112,126,118); }

 div.DivClassName
 {
   background-color: #707E76;
 }
 .BgClassName
 {
   background-color: #707E76;
 }
</style>

border-color css

<style>
 span { border-color: #707E76; }

 span { border-color: rgb(112,126,118); }

 td.TdClassName
 {
   border-color: #707E76;
 }
 .TagClassName
 {
   border-color: #707E76;
 }
</style>