Html Css Color HEX #717F6F Xanadu

📋 copy color: '#717F6F'

red 113 ◦ green 127 ◦ blue 111

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

Shades of Xanadu #717F6F

Tints of Xanadu #717F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.62%

R = 32.19%
G = 36.18%
B = 31.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#717F6F (or 0x717F6F) is known color: Xanadu. HEX triplet: 71, 7F and 6F. RGB value is (113,127,111). Sum of RGB (Red+Green+Blue) = 113+127+111=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 127 - color contains mainly: green. Hex color #717F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F6F is #8E8090. Grayscale: #797979. Windows color (decimal): -9339025 or 7307121. OLE color: 7307121.

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

Color convert

RGB 113 127 111 -
CMYK 0.11 0 0.13 0.50
HSL 112.5º 0.07% 0.47% -
HSV(B) 112.5º 0.13% 0.5% -
XYZ 17.27 19.84 17.96 -
YUV 120.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 113 127 111 0.11 0 0.13 0.50 112.5 0.07 0.47
Hex 71 7F 6F B 0 D 32 70 7 2F
Octal 161 177 157 13 0 15 62 160 7 57
Binary 1110001 1111111 1101111 1011 0 1101 110010 1110000 111 101111

Color Harmonies of #717F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717F6F

Black with #717F6F

Text Example


Text Example

White with #717F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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