#727771

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

Shades of Xanadu #727771

Tints of Xanadu #727771

Color information

#727771 (or 0x727771) is unknown color: approx Xanadu. HEX triplet: 72, 77 and 71. RGB value is (114,119,113). Sum of RGB (Red+Green+Blue) = 114+119+113=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 119 - color contains mainly: green. Hex color #727771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727771 is #8D888E. Grayscale: #747474. Windows color (decimal): -9275535 or 7436146. OLE color: 7436146.

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

Color convert

RGB114119113-
CMYK0.0400.050.53
HSL110º2.59%45.49%-
HSV(B)110º5.04%46.67%-
XYZ16.5217.9618.22-
YUV116.82125.84125.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.95%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=32.95%
G=34.39%
B=32.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141191130.0400.050.531102.5945.49
Hex727771405356e32d
Octal16216716140565156355
Binary1110010111011111100011000101110101110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727771; }

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

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

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

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

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

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

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

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