Html Css Color HEX #727C6C Xanadu

📋 copy color: '#727C6C'

red 114 ◦ green 124 ◦ blue 108

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

Shades of Xanadu #727C6C

Tints of Xanadu #727C6C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.84%

 BLUE value IS 108 (42.58% from 255) = 31.21%

R = 32.95%
G = 35.84%
B = 31.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#727C6C (or 0x727C6C) is known color: Xanadu. HEX triplet: 72, 7C and 6C. RGB value is (114,124,108). Sum of RGB (Red+Green+Blue) = 114+124+108=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 124 - color contains mainly: green. Hex color #727C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C6C is #8D8393. Grayscale: #777777. Windows color (decimal): -9274260 or 7109746. OLE color: 7109746.

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

Color convert

RGB 114 124 108 -
CMYK 0.08 0 0.13 0.51
HSL 97.5º 0.07% 0.45% -
HSV(B) 97.5º 0.13% 0.49% -
XYZ 16.85 19.08 16.98 -
YUV 119.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 114 124 108 0.08 0 0.13 0.51 97.5 0.07 0.45
Hex 72 7C 6C 8 0 D 33 62 7 2D
Octal 162 174 154 10 0 15 63 142 7 55
Binary 1110010 1111100 1101100 1000 0 1101 110011 1100010 111 101101

Color Harmonies of #727C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C6C

Black with #727C6C

Text Example


Text Example

White with #727C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,124,108); }

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

background-color css

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

 a { background-color: rgb(114,124,108); }

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

border-color css

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

 span { border-color: rgb(114,124,108); }

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