#72877B

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

Shades of Sirocco #72877B

Tints of Sirocco #72877B

Color information

#72877B (or 0x72877B) is unknown color: approx Sirocco. HEX triplet: 72, 87 and 7B. RGB value is (114,135,123). Sum of RGB (Red+Green+Blue) = 114+135+123=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #72877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72877B is #8D7884. Grayscale: #7F7F7F. Windows color (decimal): -9271429 or 8095602. OLE color: 8095602.

HSL color Cylindrical-coordinate representation of color #72877B: hue angle of 145.71º degrees, saturation: 0.08, 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 #72877B is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB114135123-
CMYK0.1600.090.47
HSL145.71º8.43%48.82%-
HSV(B)145.71º15.56%52.94%-
XYZ19.1822.3422.04-
YUV127.35125.54118.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.65%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=30.65%
G=36.29%
B=33.06%

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
Decimal1141351230.1600.090.47145.718.4348.82
Hex72877B10092F92831
Octal16220717320011572221061
Binary11100101000011111110111000001001101111100100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72877B; }

 p { color: rgb(114,135,123); }

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

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

 a { background-color: rgb(114,135,123); }

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

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

 span { border-color: rgb(114,135,123); }

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