#758E6C

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

Shades of Xanadu #758E6C

Tints of Xanadu #758E6C

Color information

#758E6C (or 0x758E6C) is unknown color: approx Xanadu. HEX triplet: 75, 8E and 6C. RGB value is (117,142,108). Sum of RGB (Red+Green+Blue) = 117+142+108=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 142 - color contains mainly: green. Hex color #758E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758E6C is #8A7193. Grayscale: #828282. Windows color (decimal): -9073044 or 7114357. OLE color: 7114357.

HSL color Cylindrical-coordinate representation of color #758E6C: hue angle of 104.12º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #758E6C is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB117142108-
CMYK0.1800.240.44
HSL104.12º13.6%49.02%-
HSV(B)104.12º23.94%55.69%-
XYZ19.7224.2117.82-
YUV130.65115.22118.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.88%
GREEN value IS 142 (55.86% from 255) = 38.69%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=31.88%
G=38.69%
B=29.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171421080.1800.240.44104.1213.649.02
Hex758E6C120182C68e31
Octal16521615422030541501661
Binary11101011000111011011001001001100010110011010001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758E6C; }

 p { color: rgb(117,142,108); }

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

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

 a { background-color: rgb(117,142,108); }

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

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

 span { border-color: rgb(117,142,108); }

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