#786A60

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

Shades of Roman Coffee #786A60

Tints of Roman Coffee #786A60

Color information

#786A60 (or 0x786A60) is unknown color: approx Roman Coffee. HEX triplet: 78, 6A and 60. RGB value is (120,106,96). Sum of RGB (Red+Green+Blue) = 120+106+96=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #786A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A60 is #87959F. Grayscale: #6D6D6D. Windows color (decimal): -8885664 or 6318712. OLE color: 6318712.

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

Color convert

RGB12010696-
CMYK00.120.20.53
HSL25º11.11%42.35%-
HSV(B)25º20%47.06%-
XYZ15.0115.1513.2-
YUV109.05120.64135.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=37.27%
G=32.92%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201069600.120.20.532511.1142.35
Hex786A600C143519b2a
Octal1701521400142465311352
Binary1111000110101011000000110010100110101110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786A60; }

 p { color: rgb(120,106,96); }

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

<style>
 a { background-color: #786A60; }

 a { background-color: rgb(120,106,96); }

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

<style>
 span { border-color: #786A60; }

 span { border-color: rgb(120,106,96); }

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