#758872

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

Shades of Xanadu #758872

Tints of Xanadu #758872

Color information

#758872 (or 0x758872) is unknown color: approx Xanadu. HEX triplet: 75, 88 and 72. RGB value is (117,136,114). Sum of RGB (Red+Green+Blue) = 117+136+114=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #758872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758872 is #8A778D. Grayscale: #7F7F7F. Windows color (decimal): -9074574 or 7506037. OLE color: 7506037.

HSL color Cylindrical-coordinate representation of color #758872: hue angle of 111.82º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758872 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB117136114-
CMYK0.1400.160.47
HSL111.82º8.8%49.02%-
HSV(B)111.82º16.18%53.33%-
XYZ19.1822.6119.27-
YUV127.81120.21120.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.88%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 114 (44.92% from 255) = 31.06%
R=31.88%
G=37.06%
B=31.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171361140.1400.160.47111.828.849.02
Hex758872E0102F70931
Octal16521016216020571601161
Binary1110101100010001110010111001000010111111100001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758872; }

 p { color: rgb(117,136,114); }

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

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

 a { background-color: rgb(117,136,114); }

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

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

 span { border-color: rgb(117,136,114); }

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