Html Css Color HEX #727E6F Xanadu

📋 copy color: '#727E6F'

red 114 ◦ green 126 ◦ blue 111

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

Shades of Xanadu #727E6F

Tints of Xanadu #727E6F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.9%

 BLUE value IS 111 (43.75% from 255) = 31.62%

R = 32.48%
G = 35.9%
B = 31.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#727E6F (or 0x727E6F) is known color: Xanadu. HEX triplet: 72, 7E and 6F. RGB value is (114,126,111). Sum of RGB (Red+Green+Blue) = 114+126+111=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 126 - color contains mainly: green. Hex color #727E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727E6F is #8D8190. Grayscale: #787878. Windows color (decimal): -9273745 or 7306866. OLE color: 7306866.

HSL color Cylindrical-coordinate representation of color #727E6F: hue angle of 108º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #727E6F is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 126 111 -
CMYK 0.10 0 0.12 0.51
HSL 108º 0.06% 0.46% -
HSV(B) 108º 0.12% 0.49% -
XYZ 17.27 19.65 17.92 -
YUV 120.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 114 126 111 0.10 0 0.12 0.51 108 0.06 0.46
Hex 72 7E 6F A 0 C 33 6C 6 2E
Octal 162 176 157 12 0 14 63 154 6 56
Binary 1110010 1111110 1101111 1010 0 1100 110011 1101100 110 101110

Color Harmonies of #727E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727E6F

Black with #727E6F

Text Example


Text Example

White with #727E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,126,111); }

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

background-color css

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

 a { background-color: rgb(114,126,111); }

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

border-color css

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

 span { border-color: rgb(114,126,111); }

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