Html Css Color HEX #707A76 Sirocco

📋 copy color: '#707A76'

red 112 ◦ green 122 ◦ blue 118

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

Shades of Sirocco #707A76

Tints of Sirocco #707A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.66%

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

R = 31.82%
G = 34.66%
B = 33.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#707A76 (or 0x707A76) is known color: Sirocco. HEX triplet: 70, 7A and 76. RGB value is (112,122,118). Sum of RGB (Red+Green+Blue) = 112+122+118=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 122 - color contains mainly: green. Hex color #707A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A76 is #8F8589. Grayscale: #767676. Windows color (decimal): -9405834 or 7764592. OLE color: 7764592.

HSL color Cylindrical-coordinate representation of color #707A76: hue angle of 156º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #707A76 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 122 118 -
CMYK 0.08 0 0.03 0.52
HSL 156º 0.04% 0.46% -
HSV(B) 156º 0.08% 0.48% -
XYZ 16.91 18.67 19.85 -
YUV 118.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 112 122 118 0.08 0 0.03 0.52 156 0.04 0.46
Hex 70 7A 76 8 0 3 34 9C 4 2E
Octal 160 172 166 10 0 3 64 234 4 56
Binary 1110000 1111010 1110110 1000 0 11 110100 10011100 100 101110

Color Harmonies of #707A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A76

Black with #707A76

Text Example


Text Example

White with #707A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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