#717C6C

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

Shades of Xanadu #717C6C

Tints of Xanadu #717C6C

Color information

#717C6C (or 0x717C6C) is unknown color: approx Xanadu. HEX triplet: 71, 7C and 6C. RGB value is (113,124,108). Sum of RGB (Red+Green+Blue) = 113+124+108=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 124 - color contains mainly: green. Hex color #717C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717C6C is #8E8393. Grayscale: #767676. Windows color (decimal): -9339796 or 7109745. OLE color: 7109745.

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

Color convert

RGB113124108-
CMYK0.0900.130.51
HSL101.25º6.9%45.49%-
HSV(B)101.25º12.9%48.63%-
XYZ16.7219.0116.97-
YUV118.89121.86123.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.75%
GREEN value IS 124 (48.83% from 255) = 35.94%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=32.75%
G=35.94%
B=31.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131241080.0900.130.51101.256.945.49
Hex717C6C90D336572d
Octal1611741541101563145755
Binary1110001111110011011001001011011100111100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #717C6C;
 }
 .AnyTagClassName
 {
   color: #717C6C;
 }
</style>
background-color css

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

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

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

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

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

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