Html Css Color HEX #727D6D Xanadu

📋 copy color: '#727D6D'

red 114 ◦ green 125 ◦ blue 109

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

Shades of Xanadu #727D6D

Tints of Xanadu #727D6D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.92%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 32.76%
G = 35.92%
B = 31.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#727D6D (or 0x727D6D) is known color: Xanadu. HEX triplet: 72, 7D and 6D. RGB value is (114,125,109). Sum of RGB (Red+Green+Blue) = 114+125+109=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 125 - color contains mainly: green. Hex color #727D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727D6D is #8D8292. Grayscale: #777777. Windows color (decimal): -9274003 or 7175538. OLE color: 7175538.

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

Color convert

RGB 114 125 109 -
CMYK 0.09 0 0.13 0.51
HSL 101.25º 0.07% 0.46% -
HSV(B) 101.25º 0.13% 0.49% -
XYZ 17.03 19.35 17.3 -
YUV 119.89 121.86 123.8 -
System Red Green Blue C M Y K H S L
Decimal 114 125 109 0.09 0 0.13 0.51 101.25 0.07 0.46
Hex 72 7D 6D 9 0 D 33 65 7 2E
Octal 162 175 155 11 0 15 63 145 7 56
Binary 1110010 1111101 1101101 1001 0 1101 110011 1100101 111 101110

Color Harmonies of #727D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727D6D

Black with #727D6D

Text Example


Text Example

White with #727D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,125,109); }

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

background-color css

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

 a { background-color: rgb(114,125,109); }

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

border-color css

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

 span { border-color: rgb(114,125,109); }

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