#77685E

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

Shades of Roman Coffee #77685E

Tints of Roman Coffee #77685E

Color information

#77685E (or 0x77685E) is unknown color: approx Roman Coffee. HEX triplet: 77, 68 and 5E. RGB value is (119,104,94). Sum of RGB (Red+Green+Blue) = 119+104+94=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #77685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77685E is #8897A1. Grayscale: #6B6B6B. Windows color (decimal): -8951714 or 6187127. OLE color: 6187127.

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

Color convert

RGB11910494-
CMYK00.130.210.53
HSL24º11.74%41.76%-
HSV(B)24º21.01%46.67%-
XYZ14.5814.6312.65-
YUV107.34120.47136.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=37.54%
G=32.81%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191049400.130.210.532411.7441.76
Hex77685E0D153518c2a
Octal1671501360152565301452
Binary1110111110100010111100110110101110101110001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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