#717E6B

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

Shades of Xanadu #717E6B

Tints of Xanadu #717E6B

Color information

#717E6B (or 0x717E6B) is unknown color: approx Xanadu. HEX triplet: 71, 7E and 6B. RGB value is (113,126,107). Sum of RGB (Red+Green+Blue) = 113+126+107=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 126 - color contains mainly: green. Hex color #717E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717E6B is #8E8194. Grayscale: #787878. Windows color (decimal): -9339285 or 7044721. OLE color: 7044721.

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

Color convert

RGB113126107-
CMYK0.1000.150.51
HSL101.05º8.15%45.69%-
HSV(B)101.05º15.08%49.41%-
XYZ16.9219.4916.78-
YUV119.95120.69123.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 126 (49.61% from 255) = 36.42%
BLUE value IS 107 (42.19% from 255) = 30.92%
R=32.66%
G=36.42%
B=30.92%

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
Decimal1131261070.1000.150.51101.058.1545.69
Hex717E6BA0F336582e
Octal16117615312017631451056
Binary11100011111110110101110100111111001111001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,126,107); }

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

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

 a { background-color: rgb(113,126,107); }

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

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

 span { border-color: rgb(113,126,107); }

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