#766650

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

Shades of Coffee #766650

Tints of Coffee #766650

Color information

#766650 (or 0x766650) is unknown color: approx Coffee. HEX triplet: 76, 66 and 50. RGB value is (118,102,80). Sum of RGB (Red+Green+Blue) = 118+102+80=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #766650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766650 is #8999AF. Grayscale: #686868. Windows color (decimal): -9017776 or 5269110. OLE color: 5269110.

HSL color Cylindrical-coordinate representation of color #766650: hue angle of 34.74º 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 #766650 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB11810280-
CMYK00.140.320.54
HSL34.74º19.19%38.82%-
HSV(B)34.74º32.2%46.27%-
XYZ13.6713.939.56-
YUV104.28114.3137.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=39.33%
G=34%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181028000.140.320.5434.7419.1938.82
Hex7666500E2036231327
Octal1661461200164066432347
Binary1110110110011010100000111010000011011010001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766650; }

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

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

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

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

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

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

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

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