#72866C

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

Shades of Xanadu #72866C

Tints of Xanadu #72866C

Color information

#72866C (or 0x72866C) is unknown color: approx Xanadu. HEX triplet: 72, 86 and 6C. RGB value is (114,134,108). Sum of RGB (Red+Green+Blue) = 114+134+108=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #72866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72866C is #8D7993. Grayscale: #7D7D7D. Windows color (decimal): -9271700 or 7112306. OLE color: 7112306.

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

Color convert

RGB114134108-
CMYK0.1500.190.47
HSL106.15º10.74%47.45%-
HSV(B)106.15º19.4%52.55%-
XYZ18.1721.7117.42-
YUV125.06118.37120.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=32.02%
G=37.64%
B=30.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141341080.1500.190.47106.1510.7447.45
Hex72866CF0132F6ab2f
Octal16220615417023571521357
Binary1110010100001101101100111101001110111111010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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