#707573

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

Shades of Sirocco #707573

Tints of Sirocco #707573

Color information

#707573 (or 0x707573) is unknown color: approx Sirocco. HEX triplet: 70, 75 and 73. RGB value is (112,117,115). Sum of RGB (Red+Green+Blue) = 112+117+115=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 117 - color contains mainly: green. Hex color #707573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707573 is #8F8A8C. Grayscale: #737373. Windows color (decimal): -9407117 or 7566704. OLE color: 7566704.

HSL color Cylindrical-coordinate representation of color #707573: hue angle of 156º 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 #707573 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB112117115-
CMYK0.0400.020.54
HSL156º2.18%44.9%-
HSV(B)156º4.27%45.88%-
XYZ16.1417.4118.73-
YUV115.28127.84125.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=32.56%
G=34.01%
B=33.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121171150.0400.020.541562.1844.9
Hex707573402369c22d
Octal16016516340266234255
Binary1110000111010111100111000101101101001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707573; }

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

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

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

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

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

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

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

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