#76886E

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

Shades of Xanadu #76886E

Tints of Xanadu #76886E

Color information

#76886E (or 0x76886E) is unknown color: approx Xanadu. HEX triplet: 76, 88 and 6E. RGB value is (118,136,110). Sum of RGB (Red+Green+Blue) = 118+136+110=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #76886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76886E is #897791. Grayscale: #7F7F7F. Windows color (decimal): -9009042 or 7243894. OLE color: 7243894.

HSL color Cylindrical-coordinate representation of color #76886E: 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 #76886E is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB118136110-
CMYK0.1300.190.47
HSL101.54º10.57%48.24%-
HSV(B)101.54º19.12%53.33%-
XYZ19.0922.5918.11-
YUV127.65118.04121.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.42%
GREEN value IS 136 (53.52% from 255) = 37.36%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=32.42%
G=37.36%
B=30.22%

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
Decimal1181361100.1300.190.47101.5410.5748.24
Hex76886ED0132F66b30
Octal16621015615023571461360
Binary1110110100010001101110110101001110111111001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76886E; }

 p { color: rgb(118,136,110); }

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

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

 a { background-color: rgb(118,136,110); }

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

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

 span { border-color: rgb(118,136,110); }

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