#727E70

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

Shades of Xanadu #727E70

Tints of Xanadu #727E70

Color information

#727E70 (or 0x727E70) is unknown color: approx Xanadu. HEX triplet: 72, 7E and 70. RGB value is (114,126,112). Sum of RGB (Red+Green+Blue) = 114+126+112=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 126 - color contains mainly: green. Hex color #727E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727E70 is #8D818F. Grayscale: #787878. Windows color (decimal): -9273744 or 7372402. OLE color: 7372402.

HSL color Cylindrical-coordinate representation of color #727E70: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #727E70 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB114126112-
CMYK0.1000.110.51
HSL111.43º5.88%46.67%-
HSV(B)111.43º11.11%49.41%-
XYZ17.3219.6718.21-
YUV120.82123.02123.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.39%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=32.39%
G=35.80%
B=31.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141261120.1000.110.51111.435.8846.67
Hex727E70A0B336f62f
Octal1621761601201363157657
Binary1110010111111011100001010010111100111101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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