#766750

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

Shades of Coffee #766750

Tints of Coffee #766750

Color information

#766750 (or 0x766750) is unknown color: approx Coffee. HEX triplet: 76, 67 and 50. RGB value is (118,103,80). Sum of RGB (Red+Green+Blue) = 118+103+80=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #766750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766750 is #8998AF. Grayscale: #686868. Windows color (decimal): -9017520 or 5269366. OLE color: 5269366.

HSL color Cylindrical-coordinate representation of color #766750: hue angle of 36.32º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766750 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB11810380-
CMYK00.130.320.54
HSL36.32º19.19%38.82%-
HSV(B)36.32º32.2%46.27%-
XYZ13.7714.139.59-
YUV104.86113.97137.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=39.20%
G=34.22%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181038000.130.320.5436.3219.1938.82
Hex7667500D2036241327
Octal1661471200154066442347
Binary1110110110011110100000110110000011011010010010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766750; }

 p { color: rgb(118,103,80); }

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

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

 a { background-color: rgb(118,103,80); }

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

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

 span { border-color: rgb(118,103,80); }

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