#727C70

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

Shades of Xanadu #727C70

Tints of Xanadu #727C70

Color information

#727C70 (or 0x727C70) is unknown color: approx Xanadu. HEX triplet: 72, 7C and 70. RGB value is (114,124,112). Sum of RGB (Red+Green+Blue) = 114+124+112=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 124 - color contains mainly: green. Hex color #727C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C70 is #8D838F. Grayscale: #777777. Windows color (decimal): -9274256 or 7371890. OLE color: 7371890.

HSL color Cylindrical-coordinate representation of color #727C70: hue angle of 110º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #727C70 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB114124112-
CMYK0.0800.100.51
HSL110º5.08%46.27%-
HSV(B)110º9.68%48.63%-
XYZ17.0719.1618.13-
YUV119.64123.69123.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.57%
GREEN value IS 124 (48.83% from 255) = 35.43%
BLUE value IS 112 (44.14% from 255) = 32%
R=32.57%
G=35.43%
B=32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141241120.0800.100.511105.0846.27
Hex727C7080A336e52e
Octal1621741601001263156556
Binary1110010111110011100001000010101100111101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727C70; }

 p { color: rgb(114,124,112); }

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

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

 a { background-color: rgb(114,124,112); }

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

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

 span { border-color: rgb(114,124,112); }

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