#707A76

Color #707A76 Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #707A76

Tints of Sirocco #707A76

Color information

#707A76 (or 0x707A76) is unknown color: approx 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

RGB112122118-
CMYK0.0800.030.52
HSL156º4.27%45.88%-
HSV(B)156º8.2%47.84%-
XYZ16.9118.6719.85-
YUV118.55127.69123.33-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121221180.0800.030.521564.2745.88
Hex707A76803349c42e
Octal160172166100364234456
Binary111000011110101110110100001111010010011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>