Html Css Color HEX #727A70 Xanadu

📋 copy color: '#727A70'

red 114 ◦ green 122 ◦ blue 112

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

Shades of Xanadu #727A70

Tints of Xanadu #727A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.06%

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

R = 32.76%
G = 35.06%
B = 32.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#727A70 (or 0x727A70) is known color: Xanadu. HEX triplet: 72, 7A and 70. RGB value is (114,122,112). Sum of RGB (Red+Green+Blue) = 114+122+112=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 122 - color contains mainly: green. Hex color #727A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A70 is #8D858F. Grayscale: #767676. Windows color (decimal): -9274768 or 7371378. OLE color: 7371378.

HSL color Cylindrical-coordinate representation of color #727A70: hue angle of 108º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #727A70 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 122 112 -
CMYK 0.07 0 0.08 0.52
HSL 108º 0.04% 0.46% -
HSV(B) 108º 0.08% 0.48% -
XYZ 16.82 18.67 18.05 -
YUV 118.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 114 122 112 0.07 0 0.08 0.52 108 0.04 0.46
Hex 72 7A 70 7 0 8 34 6C 4 2E
Octal 162 172 160 7 0 10 64 154 4 56
Binary 1110010 1111010 1110000 111 0 1000 110100 1101100 100 101110

Color Harmonies of #727A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A70

Black with #727A70

Text Example


Text Example

White with #727A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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