#72846F

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

Shades of Xanadu #72846F

Tints of Xanadu #72846F

Color information

#72846F (or 0x72846F) is unknown color: approx Xanadu. HEX triplet: 72, 84 and 6F. RGB value is (114,132,111). Sum of RGB (Red+Green+Blue) = 114+132+111=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #72846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72846F is #8D7B90. Grayscale: #7C7C7C. Windows color (decimal): -9272209 or 7308402. OLE color: 7308402.

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

Color convert

RGB114132111-
CMYK0.1400.160.48
HSL111.43º8.64%47.65%-
HSV(B)111.43º15.91%51.76%-
XYZ18.0621.2318.18-
YUV124.22120.54120.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.93%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=31.93%
G=36.97%
B=31.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141321110.1400.160.48111.438.6447.65
Hex72846FE010306f930
Octal16220415716020601571160
Binary1110010100001001101111111001000011000011011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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