#707572

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

Shades of Sirocco #707572

Tints of Sirocco #707572

Color information

#707572 (or 0x707572) is unknown color: approx Sirocco. HEX triplet: 70, 75 and 72. RGB value is (112,117,114). Sum of RGB (Red+Green+Blue) = 112+117+114=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 117 - color contains mainly: green. Hex color #707572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707572 is #8F8A8D. Grayscale: #737373. Windows color (decimal): -9407118 or 7501168. OLE color: 7501168.

HSL color Cylindrical-coordinate representation of color #707572: hue angle of 144º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #707572 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB112117114-
CMYK0.0400.030.54
HSL144º2.18%44.9%-
HSV(B)144º4.27%45.88%-
XYZ16.0817.3818.43-
YUV115.16127.34125.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=32.65%
G=34.11%
B=33.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121171140.0400.030.541442.1844.9
Hex707572403369022d
Octal16016516240366220255
Binary1110000111010111100101000111101101001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707572; }

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

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

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

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

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

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

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

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