#727670

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

Shades of Xanadu #727670

Tints of Xanadu #727670

Color information

#727670 (or 0x727670) is unknown color: approx Xanadu. HEX triplet: 72, 76 and 70. RGB value is (114,118,112). Sum of RGB (Red+Green+Blue) = 114+118+112=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 118 - color contains mainly: green. Hex color #727670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727670 is #8D898F. Grayscale: #747474. Windows color (decimal): -9275792 or 7370354. OLE color: 7370354.

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

Color convert

RGB114118112-
CMYK0.0300.050.54
HSL100º2.61%45.1%-
HSV(B)100º5.08%46.27%-
XYZ16.3417.717.89-
YUV116.12125.67126.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=33.14%
G=34.30%
B=32.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141181120.0300.050.541002.6145.1
Hex727670305366432d
Octal16216616030566144355
Binary111001011101101110000110101110110110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727670; }

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

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

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

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

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

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

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

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