#72887C

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

Shades of Sirocco #72887C

Tints of Sirocco #72887C

Color information

#72887C (or 0x72887C) is unknown color: approx Sirocco. HEX triplet: 72, 88 and 7C. RGB value is (114,136,124). Sum of RGB (Red+Green+Blue) = 114+136+124=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 136 - color contains mainly: green. Hex color #72887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72887C is #8D7783. Grayscale: #808080. Windows color (decimal): -9271172 or 8161394. OLE color: 8161394.

HSL color Cylindrical-coordinate representation of color #72887C: hue angle of 147.27º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #72887C is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB114136124-
CMYK0.1600.090.47
HSL147.27º8.8%49.02%-
HSV(B)147.27º16.18%53.33%-
XYZ19.3822.6422.42-
YUV128.05125.71117.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.48%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 124 (48.83% from 255) = 33.16%
R=30.48%
G=36.36%
B=33.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141361240.1600.090.47147.278.849.02
Hex72887C10092F93931
Octal16221017420011572231161
Binary11100101000100011111001000001001101111100100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72887C; }

 p { color: rgb(114,136,124); }

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

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

 a { background-color: rgb(114,136,124); }

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

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

 span { border-color: rgb(114,136,124); }

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