Html Css Color HEX #717F6C Xanadu

📋 copy color: '#717F6C'

red 113 ◦ green 127 ◦ blue 108

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

Shades of Xanadu #717F6C

Tints of Xanadu #717F6C

RGB

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

 GREEN value IS 127 (50% from 255) = 36.49%

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

R = 32.47%
G = 36.49%
B = 31.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#717F6C (or 0x717F6C) is known color: Xanadu. HEX triplet: 71, 7F and 6C. RGB value is (113,127,108). Sum of RGB (Red+Green+Blue) = 113+127+108=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 127 - color contains mainly: green. Hex color #717F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F6C is #8E8093. Grayscale: #787878. Windows color (decimal): -9339028 or 7110513. OLE color: 7110513.

HSL color Cylindrical-coordinate representation of color #717F6C: hue angle of 104.21º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717F6C is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 127 108 -
CMYK 0.11 0 0.15 0.50
HSL 104.21º 0.08% 0.46% -
HSV(B) 104.21º 0.15% 0.5% -
XYZ 17.11 19.77 17.1 -
YUV 120.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 113 127 108 0.11 0 0.15 0.50 104.21 0.08 0.46
Hex 71 7F 6C B 0 F 32 68 8 2E
Octal 161 177 154 13 0 17 62 150 10 56
Binary 1110001 1111111 1101100 1011 0 1111 110010 1101000 1000 101110

Color Harmonies of #717F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717F6C

Black with #717F6C

Text Example


Text Example

White with #717F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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