Html Css Color HEX #717C6E Xanadu

📋 copy color: '#717C6E'

red 113 ◦ green 124 ◦ blue 110

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

Shades of Xanadu #717C6E

Tints of Xanadu #717C6E

RGB

 RED value IS 113 (44.53% from 255) = 32.56%

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

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

R = 32.56%
G = 35.73%
B = 31.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#717C6E (or 0x717C6E) is known color: Xanadu. HEX triplet: 71, 7C and 6E. RGB value is (113,124,110). Sum of RGB (Red+Green+Blue) = 113+124+110=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 124 - color contains mainly: green. Hex color #717C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717C6E is #8E8391. Grayscale: #777777. Windows color (decimal): -9339794 or 7240817. OLE color: 7240817.

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

Color convert

RGB 113 124 110 -
CMYK 0.09 0 0.11 0.51
HSL 107.14º 0.06% 0.46% -
HSV(B) 107.14º 0.11% 0.49% -
XYZ 16.83 19.05 17.54 -
YUV 119.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 113 124 110 0.09 0 0.11 0.51 107.14 0.06 0.46
Hex 71 7C 6E 9 0 B 33 6B 6 2E
Octal 161 174 156 11 0 13 63 153 6 56
Binary 1110001 1111100 1101110 1001 0 1011 110011 1101011 110 101110

Color Harmonies of #717C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717C6E

Black with #717C6E

Text Example


Text Example

White with #717C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717C6E; }

 p { color: rgb(113,124,110); }

 H1.HeaderClassName
 {
   color: #717C6E;
 }
 .AnyTagClassName
 {
   color: #717C6E;
 }
</style>

background-color css

<style>
 a { background-color: #717C6E; }

 a { background-color: rgb(113,124,110); }

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

border-color css

<style>
 span { border-color: #717C6E; }

 span { border-color: rgb(113,124,110); }

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