#717372

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

Shades of Sirocco #717372

Tints of Sirocco #717372

Color information

#717372 (or 0x717372) is unknown color: approx Sirocco. HEX triplet: 71, 73 and 72. RGB value is (113,115,114). Sum of RGB (Red+Green+Blue) = 113+115+114=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 115 - color contains mainly: green. Hex color #717372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717372 is #8E8C8D. Grayscale: #727272. Windows color (decimal): -9342094 or 7500657. OLE color: 7500657.

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

Color convert

RGB113115114-
CMYK0.0200.010.55
HSL150º0.88%44.71%-
HSV(B)150º1.74%45.1%-
XYZ15.9816.9918.36-
YUV114.29127.84127.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=33.04%
G=33.63%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131151140.0200.010.551500.8844.71
Hex717372201379612d
Octal16116316220167226155
Binary1110001111001111100101001110111100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717372; }

 p { color: rgb(113,115,114); }

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

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

 a { background-color: rgb(113,115,114); }

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

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

 span { border-color: rgb(113,115,114); }

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