#76694E

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

Shades of Coffee #76694E

Tints of Coffee #76694E

Color information

#76694E (or 0x76694E) is unknown color: approx Coffee. HEX triplet: 76, 69 and 4E. RGB value is (118,105,78). Sum of RGB (Red+Green+Blue) = 118+105+78=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #76694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76694E is #8996B1. Grayscale: #696969. Windows color (decimal): -9017010 or 5138806. OLE color: 5138806.

HSL color Cylindrical-coordinate representation of color #76694E: hue angle of 40.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76694E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB11810578-
CMYK00.110.340.54
HSL40.5º20.41%38.43%-
HSV(B)40.5º33.9%46.27%-
XYZ13.914.59.27-
YUV105.81112.31136.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=39.20%
G=34.88%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181057800.110.340.5440.520.4138.43
Hex76694E0B2236281426
Octal1661511160134266502446
Binary1110110110100110011100101110001011011010100010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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