#72857A

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

Shades of Sirocco #72857A

Tints of Sirocco #72857A

Color information

#72857A (or 0x72857A) is unknown color: approx Sirocco. HEX triplet: 72, 85 and 7A. RGB value is (114,133,122). Sum of RGB (Red+Green+Blue) = 114+133+122=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #72857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72857A is #8D7A85. Grayscale: #7E7E7E. Windows color (decimal): -9271942 or 8029554. OLE color: 8029554.

HSL color Cylindrical-coordinate representation of color #72857A: hue angle of 145.26º 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 #72857A is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB114133122-
CMYK0.1400.080.48
HSL145.26º7.69%48.43%-
HSV(B)145.26º14.29%52.16%-
XYZ18.8421.7621.62-
YUV126.06125.71119.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=30.89%
G=36.04%
B=33.06%

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
Decimal1141331220.1400.080.48145.267.6948.43
Hex72857AE083091830
Octal16220517216010602211060
Binary1110010100001011111010111001000110000100100011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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