#76896D

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

Shades of Xanadu #76896D

Tints of Xanadu #76896D

Color information

#76896D (or 0x76896D) is unknown color: approx Xanadu. HEX triplet: 76, 89 and 6D. RGB value is (118,137,109). Sum of RGB (Red+Green+Blue) = 118+137+109=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #76896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76896D is #897692. Grayscale: #808080. Windows color (decimal): -9008787 or 7178614. OLE color: 7178614.

HSL color Cylindrical-coordinate representation of color #76896D: hue angle of 100.71º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76896D is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB118137109-
CMYK0.1400.200.46
HSL100.71º11.38%48.24%-
HSV(B)100.71º20.44%53.73%-
XYZ19.1822.8517.87-
YUV128.13117.21120.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.42%
GREEN value IS 137 (53.91% from 255) = 37.64%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=32.42%
G=37.64%
B=29.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181371090.1400.200.46100.7111.3848.24
Hex76896DE0142E65b30
Octal16621115516024561451360
Binary1110110100010011101101111001010010111011001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,137,109); }

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

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

 a { background-color: rgb(118,137,109); }

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

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

 span { border-color: rgb(118,137,109); }

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