Html Css Color HEX #717E6C Xanadu

📋 copy color: '#717E6C'

red 113 ◦ green 126 ◦ blue 108

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

Shades of Xanadu #717E6C

Tints of Xanadu #717E6C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.31%

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

R = 32.56%
G = 36.31%
B = 31.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#717E6C (or 0x717E6C) is known color: Xanadu. HEX triplet: 71, 7E and 6C. RGB value is (113,126,108). Sum of RGB (Red+Green+Blue) = 113+126+108=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 126 - color contains mainly: green. Hex color #717E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717E6C is #8E8193. Grayscale: #787878. Windows color (decimal): -9339284 or 7110257. OLE color: 7110257.

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

Color convert

RGB 113 126 108 -
CMYK 0.10 0 0.14 0.51
HSL 103.33º 0.08% 0.46% -
HSV(B) 103.33º 0.14% 0.49% -
XYZ 16.98 19.52 17.06 -
YUV 120.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 113 126 108 0.10 0 0.14 0.51 103.33 0.08 0.46
Hex 71 7E 6C A 0 E 33 67 8 2E
Octal 161 176 154 12 0 16 63 147 10 56
Binary 1110001 1111110 1101100 1010 0 1110 110011 1100111 1000 101110

Color Harmonies of #717E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E6C

Black with #717E6C

Text Example


Text Example

White with #717E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,126,108); }

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

background-color css

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

 a { background-color: rgb(113,126,108); }

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

border-color css

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

 span { border-color: rgb(113,126,108); }

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