#72856F

Color #72856F Xanadu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Xanadu #72856F

Tints of Xanadu #72856F

Color information

#72856F (or 0x72856F) is unknown color: approx Xanadu. HEX triplet: 72, 85 and 6F. RGB value is (114,133,111). Sum of RGB (Red+Green+Blue) = 114+133+111=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #72856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72856F is #8D7A90. Grayscale: #7C7C7C. Windows color (decimal): -9271953 or 7308658. OLE color: 7308658.

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

Color convert

RGB114133111-
CMYK0.1400.170.48
HSL111.82º9.02%47.84%-
HSV(B)111.82º16.54%52.16%-
XYZ18.221.518.23-
YUV124.81120.21120.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.84%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 111 (43.75% from 255) = 31.01%
R=31.84%
G=37.15%
B=31.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141331110.1400.170.48111.829.0247.84
Hex72856FE0113070930
Octal16220515716021601601160
Binary1110010100001011101111111001000111000011100001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72856F; }

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

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

<style>
 a { background-color: #72856F; }

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

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

<style>
 span { border-color: #72856F; }

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

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