Html Css Color HEX #727B6E Xanadu

📋 copy color: '#727B6E'

red 114 ◦ green 123 ◦ blue 110

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

Shades of Xanadu #727B6E

Tints of Xanadu #727B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.45%

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 32.85%
G = 35.45%
B = 31.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#727B6E (or 0x727B6E) is known color: Xanadu. HEX triplet: 72, 7B and 6E. RGB value is (114,123,110). Sum of RGB (Red+Green+Blue) = 114+123+110=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 123 - color contains mainly: green. Hex color #727B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B6E is #8D8491. Grayscale: #767676. Windows color (decimal): -9274514 or 7240562. OLE color: 7240562.

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

Color convert

RGB 114 123 110 -
CMYK 0.07 0 0.11 0.52
HSL 101.54º 0.06% 0.46% -
HSV(B) 101.54º 0.11% 0.48% -
XYZ 16.84 18.87 17.51 -
YUV 118.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 114 123 110 0.07 0 0.11 0.52 101.54 0.06 0.46
Hex 72 7B 6E 7 0 B 34 66 6 2E
Octal 162 173 156 7 0 13 64 146 6 56
Binary 1110010 1111011 1101110 111 0 1011 110100 1100110 110 101110

Color Harmonies of #727B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B6E

Black with #727B6E

Text Example


Text Example

White with #727B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,123,110); }

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

background-color css

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

 a { background-color: rgb(114,123,110); }

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

border-color css

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

 span { border-color: rgb(114,123,110); }

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