#76674C

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

Shades of Coffee #76674C

Tints of Coffee #76674C

Color information

#76674C (or 0x76674C) is unknown color: approx Coffee. HEX triplet: 76, 67 and 4C. RGB value is (118,103,76). Sum of RGB (Red+Green+Blue) = 118+103+76=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #76674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76674C is #8998B3. Grayscale: #686868. Windows color (decimal): -9017524 or 5007222. OLE color: 5007222.

HSL color Cylindrical-coordinate representation of color #76674C: hue angle of 38.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76674C is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11810376-
CMYK00.130.360.54
HSL38.57º21.65%38.04%-
HSV(B)38.57º35.59%46.27%-
XYZ13.6314.078.84-
YUV104.41111.97137.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=39.73%
G=34.68%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181037600.130.360.5438.5721.6538.04
Hex76674C0D2436271626
Octal1661471140154466472646
Binary1110110110011110011000110110010011011010011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76674C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76674C; }

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

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

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

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

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

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

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

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