#76886B

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

Shades of Xanadu #76886B

Tints of Xanadu #76886B

Color information

#76886B (or 0x76886B) is unknown color: approx Xanadu. HEX triplet: 76, 88 and 6B. RGB value is (118,136,107). Sum of RGB (Red+Green+Blue) = 118+136+107=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #76886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76886B is #897794. Grayscale: #7F7F7F. Windows color (decimal): -9009045 or 7047286. OLE color: 7047286.

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

Color convert

RGB118136107-
CMYK0.1300.210.47
HSL97.24º11.93%47.65%-
HSV(B)97.24º21.32%53.33%-
XYZ18.9322.5217.26-
YUV127.31116.54121.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.69%
GREEN value IS 136 (53.52% from 255) = 37.67%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=32.69%
G=37.67%
B=29.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181361070.1300.210.4797.2411.9347.65
Hex76886BD0152F61c30
Octal16621015315025571411460
Binary1110110100010001101011110101010110111111000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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