#72816A

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

Shades of Xanadu #72816A

Tints of Xanadu #72816A

Color information

#72816A (or 0x72816A) is unknown color: approx Xanadu. HEX triplet: 72, 81 and 6A. RGB value is (114,129,106). Sum of RGB (Red+Green+Blue) = 114+129+106=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #72816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72816A is #8D7E95. Grayscale: #797979. Windows color (decimal): -9272982 or 6979954. OLE color: 6979954.

HSL color Cylindrical-coordinate representation of color #72816A: hue angle of 99.13º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72816A is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB114129106-
CMYK0.1200.180.49
HSL99.13º9.79%46.08%-
HSV(B)99.13º17.83%50.59%-
XYZ17.3920.3216.64-
YUV121.89119.03122.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.66%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 106 (41.80% from 255) = 30.37%
R=32.66%
G=36.96%
B=30.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141291060.1200.180.4999.139.7946.08
Hex72816AC0123163a2e
Octal16220115214022611431256
Binary1110010100000011101010110001001011000111000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,129,106); }

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

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

 a { background-color: rgb(114,129,106); }

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

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

 span { border-color: rgb(114,129,106); }

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