#78685E

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

Shades of Roman Coffee #78685E

Tints of Roman Coffee #78685E

Color information

#78685E (or 0x78685E) is unknown color: approx Roman Coffee. HEX triplet: 78, 68 and 5E. RGB value is (120,104,94). Sum of RGB (Red+Green+Blue) = 120+104+94=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #78685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78685E is #8797A1. Grayscale: #6B6B6B. Windows color (decimal): -8886178 or 6187128. OLE color: 6187128.

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

Color convert

RGB12010494-
CMYK00.130.220.53
HSL23.08º12.15%41.96%-
HSV(B)23.08º21.67%47.06%-
XYZ14.7214.712.65-
YUV107.64120.3136.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.74%
GREEN value IS 104 (41.02% from 255) = 32.70%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=37.74%
G=32.70%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201049400.130.220.5323.0812.1541.96
Hex78685E0D163517c2a
Octal1701501360152665271452
Binary1111000110100010111100110110110110101101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,104,94); }

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

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

 a { background-color: rgb(120,104,94); }

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

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

 span { border-color: rgb(120,104,94); }

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