#76856F

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

Shades of Xanadu #76856F

Tints of Xanadu #76856F

Color information

#76856F (or 0x76856F) is unknown color: approx Xanadu. HEX triplet: 76, 85 and 6F. RGB value is (118,133,111). Sum of RGB (Red+Green+Blue) = 118+133+111=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #76856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76856F is #897A90. Grayscale: #7E7E7E. Windows color (decimal): -9009809 or 7308662. OLE color: 7308662.

HSL color Cylindrical-coordinate representation of color #76856F: hue angle of 100.91º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76856F is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB118133111-
CMYK0.1100.170.48
HSL100.91º9.02%47.84%-
HSV(B)100.91º16.54%52.16%-
XYZ18.7321.7718.25-
YUV126.01119.53122.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.60%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=32.60%
G=36.74%
B=30.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181331110.1100.170.48100.919.0247.84
Hex76856FB0113065930
Octal16620515713021601451160
Binary1110110100001011101111101101000111000011001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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