#758571

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

Shades of Xanadu #758571

Tints of Xanadu #758571

Color information

#758571 (or 0x758571) is unknown color: approx Xanadu. HEX triplet: 75, 85 and 71. RGB value is (117,133,113). Sum of RGB (Red+Green+Blue) = 117+133+113=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #758571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758571 is #8A7A8E. Grayscale: #7E7E7E. Windows color (decimal): -9075343 or 7439733. OLE color: 7439733.

HSL color Cylindrical-coordinate representation of color #758571: hue angle of 108º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758571 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB117133113-
CMYK0.1200.150.48
HSL108º8.13%48.24%-
HSV(B)108º15.04%52.16%-
XYZ18.721.7518.83-
YUV125.94120.7121.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=32.23%
G=36.64%
B=31.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171331130.1200.150.481088.1348.24
Hex758571C0F306c830
Octal16520516114017601541060
Binary111010110000101111000111000111111000011011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758571; }

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

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

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

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

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

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

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

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