#707A75

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

Shades of Sirocco #707A75

Tints of Sirocco #707A75

Color information

#707A75 (or 0x707A75) is unknown color: approx Sirocco. HEX triplet: 70, 7A and 75. RGB value is (112,122,117). Sum of RGB (Red+Green+Blue) = 112+122+117=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 122 - color contains mainly: green. Hex color #707A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A75 is #8F858A. Grayscale: #767676. Windows color (decimal): -9405835 or 7699056. OLE color: 7699056.

HSL color Cylindrical-coordinate representation of color #707A75: hue angle of 150º 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 #707A75 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB112122117-
CMYK0.0800.040.52
HSL150º4.27%45.88%-
HSV(B)150º8.2%47.84%-
XYZ16.8518.6519.54-
YUV118.44127.19123.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=31.91%
G=34.76%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121221170.0800.040.521504.2745.88
Hex707A75804349642e
Octal160172165100464226456
Binary1110000111101011101011000010011010010010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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