#757D71

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

Shades of Xanadu #757D71

Tints of Xanadu #757D71

Color information

#757D71 (or 0x757D71) is unknown color: approx Xanadu. HEX triplet: 75, 7D and 71. RGB value is (117,125,113). Sum of RGB (Red+Green+Blue) = 117+125+113=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 125 - color contains mainly: green. Hex color #757D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D71 is #8A828E. Grayscale: #797979. Windows color (decimal): -9077391 or 7437685. OLE color: 7437685.

HSL color Cylindrical-coordinate representation of color #757D71: hue angle of 100º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #757D71 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB117125113-
CMYK0.0600.100.51
HSL100º5.04%46.67%-
HSV(B)100º9.6%49.02%-
XYZ17.6519.6418.48-
YUV121.24123.35124.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=32.96%
G=35.21%
B=31.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171251130.0600.100.511005.0446.67
Hex757D7160A336452f
Octal165175161601263144557
Binary111010111111011110001110010101100111100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757D71; }

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

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

<style>
 a { background-color: #757D71; }

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

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

<style>
 span { border-color: #757D71; }

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

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