#72857B

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

Shades of Sirocco #72857B

Tints of Sirocco #72857B

Color information

#72857B (or 0x72857B) is unknown color: approx Sirocco. HEX triplet: 72, 85 and 7B. RGB value is (114,133,123). Sum of RGB (Red+Green+Blue) = 114+133+123=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #72857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72857B is #8D7A84. Grayscale: #7E7E7E. Windows color (decimal): -9271941 or 8095090. OLE color: 8095090.

HSL color Cylindrical-coordinate representation of color #72857B: hue angle of 148.42º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #72857B is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB114133123-
CMYK0.1400.080.48
HSL148.42º7.69%48.43%-
HSV(B)148.42º14.29%52.16%-
XYZ18.921.7821.95-
YUV126.18126.21119.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=30.81%
G=35.95%
B=33.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141331230.1400.080.48148.427.6948.43
Hex72857BE083094830
Octal16220517316010602241060
Binary1110010100001011111011111001000110000100101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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