#786960

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

Shades of Roman Coffee #786960

Tints of Roman Coffee #786960

Color information

#786960 (or 0x786960) is unknown color: approx Roman Coffee. HEX triplet: 78, 69 and 60. RGB value is (120,105,96). Sum of RGB (Red+Green+Blue) = 120+105+96=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 120 - color contains mainly: red. Hex color #786960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786960 is #87969F. Grayscale: #6C6C6C. Windows color (decimal): -8885920 or 6318456. OLE color: 6318456.

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

Color convert

RGB12010596-
CMYK00.130.20.53
HSL22.5º11.11%42.35%-
HSV(B)22.5º20%47.06%-
XYZ14.9114.9413.16-
YUV108.46120.97136.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.38%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=37.38%
G=32.71%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201059600.130.20.5322.511.1142.35
Hex7869600D143517b2a
Octal1701511400152465271352
Binary1111000110100111000000110110100110101101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786960; }

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

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

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

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

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

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

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

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