#72796E

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

Shades of Xanadu #72796E

Tints of Xanadu #72796E

Color information

#72796E (or 0x72796E) is unknown color: approx Xanadu. HEX triplet: 72, 79 and 6E. RGB value is (114,121,110). Sum of RGB (Red+Green+Blue) = 114+121+110=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 121 - color contains mainly: green. Hex color #72796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72796E is #8D8691. Grayscale: #757575. Windows color (decimal): -9275026 or 7240050. OLE color: 7240050.

HSL color Cylindrical-coordinate representation of color #72796E: hue angle of 98.18º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #72796E is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB114121110-
CMYK0.0600.090.53
HSL98.18º4.76%45.29%-
HSV(B)98.18º9.09%47.45%-
XYZ16.5918.3817.42-
YUV117.65123.68125.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=33.04%
G=35.07%
B=31.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141211100.0600.090.5398.184.7645.29
Hex72796E609356252d
Octal162171156601165142555
Binary111001011110011101110110010011101011100010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72796E; }

 p { color: rgb(114,121,110); }

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

<style>
 a { background-color: #72796E; }

 a { background-color: rgb(114,121,110); }

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

<style>
 span { border-color: #72796E; }

 span { border-color: rgb(114,121,110); }

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