#76694F

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

Shades of Coffee #76694F

Tints of Coffee #76694F

Color information

#76694F (or 0x76694F) is unknown color: approx Coffee. HEX triplet: 76, 69 and 4F. RGB value is (118,105,79). Sum of RGB (Red+Green+Blue) = 118+105+79=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #76694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76694F is #8996B0. Grayscale: #6A6A6A. Windows color (decimal): -9017009 or 5204342. OLE color: 5204342.

HSL color Cylindrical-coordinate representation of color #76694F: hue angle of 40º 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 #76694F is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB11810579-
CMYK00.110.330.54
HSL40º19.8%38.63%-
HSV(B)40º33.05%46.27%-
XYZ13.9314.529.47-
YUV105.92112.81136.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 105 (41.41% from 255) = 34.77%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=39.07%
G=34.77%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181057900.110.330.544019.838.63
Hex76694F0B2136281427
Octal1661511170134166502447
Binary1110110110100110011110101110000111011010100010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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