#72896D

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

Shades of Xanadu #72896D

Tints of Xanadu #72896D

Color information

#72896D (or 0x72896D) is unknown color: approx Xanadu. HEX triplet: 72, 89 and 6D. RGB value is (114,137,109). Sum of RGB (Red+Green+Blue) = 114+137+109=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #72896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72896D is #8D7692. Grayscale: #7F7F7F. Windows color (decimal): -9270931 or 7178610. OLE color: 7178610.

HSL color Cylindrical-coordinate representation of color #72896D: hue angle of 109.29º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72896D is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB114137109-
CMYK0.1700.200.46
HSL109.29º11.38%48.24%-
HSV(B)109.29º20.44%53.73%-
XYZ18.6522.5717.84-
YUV126.93117.88118.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.67%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=31.67%
G=38.06%
B=30.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141371090.1700.200.46109.2911.3848.24
Hex72896D110142E6db30
Octal16221115521024561551360
Binary11100101000100111011011000101010010111011011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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