#78685C

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

Shades of Roman Coffee #78685C

Tints of Roman Coffee #78685C

Color information

#78685C (or 0x78685C) is unknown color: approx Roman Coffee. HEX triplet: 78, 68 and 5C. RGB value is (120,104,92). Sum of RGB (Red+Green+Blue) = 120+104+92=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #78685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78685C is #8797A3. Grayscale: #6B6B6B. Windows color (decimal): -8886180 or 6056056. OLE color: 6056056.

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

Color convert

RGB12010492-
CMYK00.130.230.53
HSL25.71º13.21%41.57%-
HSV(B)25.71º23.33%47.06%-
XYZ14.6314.6712.19-
YUV107.42119.3136.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=37.97%
G=32.91%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201049200.130.230.5325.7113.2141.57
Hex78685C0D17351ad2a
Octal1701501340152765321552
Binary1111000110100010111000110110111110101110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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