#727571

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

Shades of Xanadu #727571

Tints of Xanadu #727571

Color information

#727571 (or 0x727571) is unknown color: approx Xanadu. HEX triplet: 72, 75 and 71. RGB value is (114,117,113). Sum of RGB (Red+Green+Blue) = 114+117+113=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 117 - color contains mainly: green. Hex color #727571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727571 is #8D8A8E. Grayscale: #737373. Windows color (decimal): -9276047 or 7435634. OLE color: 7435634.

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

Color convert

RGB114117113-
CMYK0.0300.030.54
HSL105º1.74%45.1%-
HSV(B)105º3.42%45.88%-
XYZ16.2817.4918.14-
YUV115.65126.51126.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=33.14%
G=34.01%
B=32.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141171130.0300.030.541051.7445.1
Hex727571303366922d
Octal16216516130366151255
Binary11100101110101111000111011110110110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727571; }

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

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

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

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

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

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

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

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