#717D6A

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

Shades of Xanadu #717D6A

Tints of Xanadu #717D6A

Color information

#717D6A (or 0x717D6A) is unknown color: approx Xanadu. HEX triplet: 71, 7D and 6A. RGB value is (113,125,106). Sum of RGB (Red+Green+Blue) = 113+125+106=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 125 - color contains mainly: green. Hex color #717D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717D6A is #8E8295. Grayscale: #777777. Windows color (decimal): -9339542 or 6978929. OLE color: 6978929.

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

Color convert

RGB113125106-
CMYK0.1000.150.51
HSL97.89º8.23%45.29%-
HSV(B)97.89º15.2%49.02%-
XYZ16.7519.2216.46-
YUV119.25120.52123.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 125 (49.22% from 255) = 36.34%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=32.85%
G=36.34%
B=30.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131251060.1000.150.5197.898.2345.29
Hex717D6AA0F336282d
Octal16117515212017631421055
Binary11100011111101110101010100111111001111000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,125,106); }

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

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

 a { background-color: rgb(113,125,106); }

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

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

 span { border-color: rgb(113,125,106); }

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