Html Css Color HEX #727571 Xanadu

📋 copy color: '#727571'

red 114 ◦ green 117 ◦ blue 113

#727571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Xanadu #727571

Tints of Xanadu #727571

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 value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#727571 (or 0x727571) is known color: 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

RGB 114 117 113 -
CMYK 0.03 0 0.03 0.54
HSL 105º 0.02% 0.45% -
HSV(B) 105º 0.03% 0.46% -
XYZ 16.28 17.49 18.14 -
YUV 115.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 114 117 113 0.03 0 0.03 0.54 105 0.02 0.45
Hex 72 75 71 3 0 3 36 69 2 2D
Octal 162 165 161 3 0 3 66 151 2 55
Binary 1110010 1110101 1110001 11 0 11 110110 1101001 10 101101

Color Harmonies of #727571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727571

Black with #727571

Text Example


Text Example

White with #727571

Text Example


Text Example

HTML Codes & Css Web 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>