#76664F

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

Shades of Coffee #76664F

Tints of Coffee #76664F

Color information

#76664F (or 0x76664F) is unknown color: approx Coffee. HEX triplet: 76, 66 and 4F. RGB value is (118,102,79). Sum of RGB (Red+Green+Blue) = 118+102+79=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #76664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76664F is #8999B0. Grayscale: #686868. Windows color (decimal): -9017777 or 5203574. OLE color: 5203574.

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

Color convert

RGB11810279-
CMYK00.140.330.54
HSL35.38º19.8%38.63%-
HSV(B)35.38º33.05%46.27%-
XYZ13.6313.929.37-
YUV104.16113.8137.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 102 (40.23% from 255) = 34.11%
BLUE value IS 79 (31.25% from 255) = 26.42%
R=39.46%
G=34.11%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181027900.140.330.5435.3819.838.63
Hex76664F0E2136231427
Octal1661461170164166432447
Binary1110110110011010011110111010000111011010001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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