#75846D

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

Shades of Xanadu #75846D

Tints of Xanadu #75846D

Color information

#75846D (or 0x75846D) is unknown color: approx Xanadu. HEX triplet: 75, 84 and 6D. RGB value is (117,132,109). Sum of RGB (Red+Green+Blue) = 117+132+109=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #75846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75846D is #8A7B92. Grayscale: #7C7C7C. Windows color (decimal): -9075603 or 7177333. OLE color: 7177333.

HSL color Cylindrical-coordinate representation of color #75846D: hue angle of 99.13º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75846D is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB117132109-
CMYK0.1100.170.48
HSL99.13º9.54%47.25%-
HSV(B)99.13º17.42%51.76%-
XYZ18.3521.3917.63-
YUV124.89119.03122.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=32.68%
G=36.87%
B=30.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171321090.1100.170.4899.139.5447.25
Hex75846DB0113063a2f
Octal16520415513021601431257
Binary1110101100001001101101101101000111000011000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75846D; }

 p { color: rgb(117,132,109); }

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

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

 a { background-color: rgb(117,132,109); }

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

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

 span { border-color: rgb(117,132,109); }

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