#72867C

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

Shades of Sirocco #72867C

Tints of Sirocco #72867C

Color information

#72867C (or 0x72867C) is unknown color: approx Sirocco. HEX triplet: 72, 86 and 7C. RGB value is (114,134,124). Sum of RGB (Red+Green+Blue) = 114+134+124=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 134 - color contains mainly: green. Hex color #72867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72867C is #8D7983. Grayscale: #7E7E7E. Windows color (decimal): -9271684 or 8160882. OLE color: 8160882.

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

Color convert

RGB114134124-
CMYK0.1500.070.47
HSL150º8.06%48.63%-
HSV(B)150º14.93%52.55%-
XYZ19.122.0822.32-
YUV126.88126.37118.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.65%
GREEN value IS 134 (52.73% from 255) = 36.02%
BLUE value IS 124 (48.83% from 255) = 33.33%
R=30.65%
G=36.02%
B=33.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141341240.1500.070.471508.0648.63
Hex72867CF072F96831
Octal1622061741707572261061
Binary111001010000110111110011110111101111100101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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