#75876D

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

Shades of Xanadu #75876D

Tints of Xanadu #75876D

Color information

#75876D (or 0x75876D) is unknown color: approx Xanadu. HEX triplet: 75, 87 and 6D. RGB value is (117,135,109). Sum of RGB (Red+Green+Blue) = 117+135+109=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 135 - color contains mainly: green. Hex color #75876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75876D is #8A7892. Grayscale: #7E7E7E. Windows color (decimal): -9074835 or 7178101. OLE color: 7178101.

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

Color convert

RGB117135109-
CMYK0.1300.190.47
HSL101.54º10.66%47.84%-
HSV(B)101.54º19.26%52.94%-
XYZ18.7622.2117.77-
YUV126.65118.04121.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.41%
GREEN value IS 135 (53.12% from 255) = 37.40%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=32.41%
G=37.40%
B=30.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171351090.1300.190.47101.5410.6647.84
Hex75876DD0132F66b30
Octal16520715515023571461360
Binary1110101100001111101101110101001110111111001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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