#7C685B

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

Shades of Roman Coffee #7C685B

Tints of Roman Coffee #7C685B

Color information

#7C685B (or 0x7C685B) is unknown color: approx Roman Coffee. HEX triplet: 7C, 68 and 5B. RGB value is (124,104,91). Sum of RGB (Red+Green+Blue) = 124+104+91=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C685B is #8397A4. Grayscale: #6C6C6C. Windows color (decimal): -8624037 or 5990524. OLE color: 5990524.

HSL color Cylindrical-coordinate representation of color #7C685B: hue angle of 23.64º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C685B is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB12410491-
CMYK00.160.270.51
HSL23.64º15.35%42.16%-
HSV(B)23.64º26.61%48.63%-
XYZ15.1514.9411.98-
YUV108.5118.13139.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.87%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=38.87%
G=32.60%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241049100.160.270.5123.6415.3542.16
Hex7C685B0101B3318f2a
Octal1741501330203363301752
Binary11111001101000101101101000011011110011110001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C685B; }

 p { color: rgb(124,104,91); }

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

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

 a { background-color: rgb(124,104,91); }

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

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

 span { border-color: rgb(124,104,91); }

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