#72776F

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

Shades of Xanadu #72776F

Tints of Xanadu #72776F

Color information

#72776F (or 0x72776F) is unknown color: approx Xanadu. HEX triplet: 72, 77 and 6F. RGB value is (114,119,111). Sum of RGB (Red+Green+Blue) = 114+119+111=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 119 - color contains mainly: green. Hex color #72776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72776F is #8D8890. Grayscale: #747474. Windows color (decimal): -9275537 or 7305074. OLE color: 7305074.

HSL color Cylindrical-coordinate representation of color #72776F: hue angle of 97.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #72776F is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB114119111-
CMYK0.0400.070.53
HSL97.5º3.48%45.1%-
HSV(B)97.5º6.72%46.67%-
XYZ16.4117.9217.63-
YUV116.59124.84126.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=33.14%
G=34.59%
B=32.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141191110.0400.070.5397.53.4845.1
Hex72776F407356132d
Octal16216715740765141355
Binary1110010111011111011111000111110101110000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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