#75886A

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

Shades of Xanadu #75886A

Tints of Xanadu #75886A

Color information

#75886A (or 0x75886A) is unknown color: approx Xanadu. HEX triplet: 75, 88 and 6A. RGB value is (117,136,106). Sum of RGB (Red+Green+Blue) = 117+136+106=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 136 - color contains mainly: green. Hex color #75886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75886A is #8A7795. Grayscale: #7F7F7F. Windows color (decimal): -9074582 or 6981749. OLE color: 6981749.

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

Color convert

RGB117136106-
CMYK0.1400.220.47
HSL98º12.4%47.45%-
HSV(B)98º22.06%53.33%-
XYZ18.7422.4316.98-
YUV126.9116.21120.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 136 (53.52% from 255) = 37.88%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=32.59%
G=37.88%
B=29.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171361060.1400.220.479812.447.45
Hex75886AE0162F62c2f
Octal16521015216026571421457
Binary1110101100010001101010111001011010111111000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75886A; }

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

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

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

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

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

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

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

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