Html Css Color HEX #727B6D Xanadu

📋 copy color: '#727B6D'

red 114 ◦ green 123 ◦ blue 109

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

Shades of Xanadu #727B6D

Tints of Xanadu #727B6D

RGB

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

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

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

R = 32.95%
G = 35.55%
B = 31.5%

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

#727B6D (or 0x727B6D) is known color: Xanadu. HEX triplet: 72, 7B and 6D. RGB value is (114,123,109). Sum of RGB (Red+Green+Blue) = 114+123+109=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 123 - color contains mainly: green. Hex color #727B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B6D is #8D8492. Grayscale: #767676. Windows color (decimal): -9274515 or 7175026. OLE color: 7175026.

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

Color convert

RGB 114 123 109 -
CMYK 0.07 0 0.11 0.52
HSL 98.57º 0.06% 0.45% -
HSV(B) 98.57º 0.11% 0.48% -
XYZ 16.78 18.85 17.22 -
YUV 118.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 114 123 109 0.07 0 0.11 0.52 98.57 0.06 0.45
Hex 72 7B 6D 7 0 B 34 63 6 2D
Octal 162 173 155 7 0 13 64 143 6 55
Binary 1110010 1111011 1101101 111 0 1011 110100 1100011 110 101101

Color Harmonies of #727B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B6D

Black with #727B6D

Text Example


Text Example

White with #727B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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