#76896F

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

Shades of Xanadu #76896F

Tints of Xanadu #76896F

Color information

#76896F (or 0x76896F) is unknown color: approx Xanadu. HEX triplet: 76, 89 and 6F. RGB value is (118,137,111). Sum of RGB (Red+Green+Blue) = 118+137+111=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #76896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76896F is #897690. Grayscale: #808080. Windows color (decimal): -9008785 or 7309686. OLE color: 7309686.

HSL color Cylindrical-coordinate representation of color #76896F: hue angle of 103.85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76896F is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB118137111-
CMYK0.1400.190.46
HSL103.85º10.48%48.63%-
HSV(B)103.85º18.98%53.73%-
XYZ19.2922.8918.44-
YUV128.35118.21120.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=32.24%
G=37.43%
B=30.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181371110.1400.190.46103.8510.4848.63
Hex76896FE0132E68a31
Octal16621115716023561501261
Binary1110110100010011101111111001001110111011010001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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