#78694C

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

Shades of Coffee #78694C

Tints of Coffee #78694C

Color information

#78694C (or 0x78694C) is unknown color: approx Coffee. HEX triplet: 78, 69 and 4C. RGB value is (120,105,76). Sum of RGB (Red+Green+Blue) = 120+105+76=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #78694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78694C is #8796B3. Grayscale: #6A6A6A. Windows color (decimal): -8885940 or 5007736. OLE color: 5007736.

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

Color convert

RGB12010576-
CMYK00.130.370.53
HSL39.55º22.45%38.43%-
HSV(B)39.55º36.67%47.06%-
XYZ14.114.628.92-
YUV106.18110.97137.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=39.87%
G=34.88%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201057600.130.370.5339.5522.4538.43
Hex78694C0D2535281626
Octal1701511140154565502646
Binary1111000110100110011000110110010111010110100010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,105,76); }

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

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

 a { background-color: rgb(120,105,76); }

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

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

 span { border-color: rgb(120,105,76); }

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