#717F6C

Color #717F6C Xanadu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Xanadu #717F6C

Tints of Xanadu #717F6C

Color information

#717F6C (or 0x717F6C) is unknown color: approx 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

RGB113127108-
CMYK0.1100.150.50
HSL104.21º8.09%46.08%-
HSV(B)104.21º14.96%49.8%-
XYZ17.1119.7717.1-
YUV120.65120.86122.54-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131271080.1100.150.50104.218.0946.08
Hex717F6CB0F326882e
Octal16117715413017621501056
Binary11100011111111110110010110111111001011010001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>