#72816D

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

Shades of Xanadu #72816D

Tints of Xanadu #72816D

Color information

#72816D (or 0x72816D) is unknown color: approx Xanadu. HEX triplet: 72, 81 and 6D. RGB value is (114,129,109). Sum of RGB (Red+Green+Blue) = 114+129+109=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 129 - color contains mainly: green. Hex color #72816D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72816D is #8D7E92. Grayscale: #7A7A7A. Windows color (decimal): -9272979 or 7176562. OLE color: 7176562.

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

Color convert

RGB114129109-
CMYK0.1200.160.49
HSL105º8.4%46.67%-
HSV(B)105º15.5%50.59%-
XYZ17.5520.3817.48-
YUV122.24120.53122.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.39%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=32.39%
G=36.65%
B=30.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141291090.1200.160.491058.446.67
Hex72816DC010316982f
Octal16220115514020611511057
Binary1110010100000011101101110001000011000111010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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