#707F76

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

Shades of Sirocco #707F76

Tints of Sirocco #707F76

Color information

#707F76 (or 0x707F76) is unknown color: approx Sirocco. HEX triplet: 70, 7F and 76. RGB value is (112,127,118). Sum of RGB (Red+Green+Blue) = 112+127+118=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 127 - color contains mainly: green. Hex color #707F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F76 is #8F8089. Grayscale: #797979. Windows color (decimal): -9404554 or 7765872. OLE color: 7765872.

HSL color Cylindrical-coordinate representation of color #707F76: hue angle of 144º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #707F76 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB112127118-
CMYK0.1200.070.50
HSL144º6.28%46.86%-
HSV(B)144º11.81%49.8%-
XYZ17.5419.9320.06-
YUV121.49126.03121.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=31.37%
G=35.57%
B=33.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1121271180.1200.070.501446.2846.86
Hex707F76C07329062f
Octal160177166140762220657
Binary1110000111111111101101100011111001010010000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #707F76;
 }
 .AnyTagClassName
 {
   color: #707F76;
 }
</style>
background-color css

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

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

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

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

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

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