Html Css Color HEX #727970 Xanadu

📋 copy color: '#727970'

red 114 ◦ green 121 ◦ blue 112

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

Shades of Xanadu #727970

Tints of Xanadu #727970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.87%

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 32.85%
G = 34.87%
B = 32.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#727970 (or 0x727970) is known color: Xanadu. HEX triplet: 72, 79 and 70. RGB value is (114,121,112). Sum of RGB (Red+Green+Blue) = 114+121+112=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 121 - color contains mainly: green. Hex color #727970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727970 is #8D868F. Grayscale: #757575. Windows color (decimal): -9275024 or 7371122. OLE color: 7371122.

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

Color convert

RGB 114 121 112 -
CMYK 0.06 0 0.07 0.53
HSL 106.67º 0.04% 0.46% -
HSV(B) 106.67º 0.07% 0.47% -
XYZ 16.7 18.42 18 -
YUV 117.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 114 121 112 0.06 0 0.07 0.53 106.67 0.04 0.46
Hex 72 79 70 6 0 7 35 6B 4 2E
Octal 162 171 160 6 0 7 65 153 4 56
Binary 1110010 1111001 1110000 110 0 111 110101 1101011 100 101110

Color Harmonies of #727970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727970

Black with #727970

Text Example


Text Example

White with #727970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727970; }

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

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

background-color css

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

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

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

border-color css

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

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

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