#78685D

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

Shades of Roman Coffee #78685D

Tints of Roman Coffee #78685D

Color information

#78685D (or 0x78685D) is unknown color: approx Roman Coffee. HEX triplet: 78, 68 and 5D. RGB value is (120,104,93). Sum of RGB (Red+Green+Blue) = 120+104+93=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #78685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78685D is #8797A2. Grayscale: #6B6B6B. Windows color (decimal): -8886179 or 6121592. OLE color: 6121592.

HSL color Cylindrical-coordinate representation of color #78685D: hue angle of 24.44º degrees, saturation: 0.13, 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 #78685D is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB12010493-
CMYK00.130.220.53
HSL24.44º12.68%41.76%-
HSV(B)24.44º22.5%47.06%-
XYZ14.6714.6812.42-
YUV107.53119.8136.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.85%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 93 (36.72% from 255) = 29.34%
R=37.85%
G=32.81%
B=29.34%

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
Decimal1201049300.130.220.5324.4412.6841.76
Hex78685D0D163518d2a
Octal1701501350152665301552
Binary1111000110100010111010110110110110101110001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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