Html Css Color HEX #727771 Xanadu

📋 copy color: '#727771'

red 114 ◦ green 119 ◦ blue 113

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

Shades of Xanadu #727771

Tints of Xanadu #727771

RGB

 RED value IS 114 (44.92% from 255) = 32.95%

 GREEN value IS 119 (46.88% from 255) = 34.39%

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 32.95%
G = 34.39%
B = 32.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#727771 (or 0x727771) is known color: Xanadu. HEX triplet: 72, 77 and 71. RGB value is (114,119,113). Sum of RGB (Red+Green+Blue) = 114+119+113=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 119 - color contains mainly: green. Hex color #727771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727771 is #8D888E. Grayscale: #747474. Windows color (decimal): -9275535 or 7436146. OLE color: 7436146.

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

Color convert

RGB 114 119 113 -
CMYK 0.04 0 0.05 0.53
HSL 110º 0.03% 0.45% -
HSV(B) 110º 0.05% 0.47% -
XYZ 16.52 17.96 18.22 -
YUV 116.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 114 119 113 0.04 0 0.05 0.53 110 0.03 0.45
Hex 72 77 71 4 0 5 35 6E 3 2D
Octal 162 167 161 4 0 5 65 156 3 55
Binary 1110010 1110111 1110001 100 0 101 110101 1101110 11 101101

Color Harmonies of #727771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727771

Black with #727771

Text Example


Text Example

White with #727771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727771; }

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

 H1.HeaderClassName
 {
   color: #727771;
 }
 .AnyTagClassName
 {
   color: #727771;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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