#72846C

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

Shades of Xanadu #72846C

Tints of Xanadu #72846C

Color information

#72846C (or 0x72846C) is unknown color: approx Xanadu. HEX triplet: 72, 84 and 6C. RGB value is (114,132,108). Sum of RGB (Red+Green+Blue) = 114+132+108=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 132 - color contains mainly: green. Hex color #72846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72846C is #8D7B93. Grayscale: #7B7B7B. Windows color (decimal): -9272212 or 7111794. OLE color: 7111794.

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

Color convert

RGB114132108-
CMYK0.1400.180.48
HSL105º10%47.06%-
HSV(B)105º18.18%51.76%-
XYZ17.921.1617.33-
YUV123.88119.04120.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 108 (42.58% from 255) = 30.51%
R=32.20%
G=37.29%
B=30.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141321080.1400.180.481051047.06
Hex72846CE0123069a2f
Octal16220415416022601511257
Binary1110010100001001101100111001001011000011010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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