#7C6A5D

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

Shades of Roman Coffee #7C6A5D

Tints of Roman Coffee #7C6A5D

Color information

#7C6A5D (or 0x7C6A5D) is unknown color: approx Roman Coffee. HEX triplet: 7C, 6A and 5D. RGB value is (124,106,93). Sum of RGB (Red+Green+Blue) = 124+106+93=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6A5D is #8395A2. Grayscale: #6D6D6D. Windows color (decimal): -8623523 or 6122108. OLE color: 6122108.

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

Color convert

RGB12410693-
CMYK00.150.250.51
HSL25.16º14.29%42.55%-
HSV(B)25.16º25%48.63%-
XYZ15.4415.3812.51-
YUV109.9118.46138.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.39%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 93 (36.72% from 255) = 28.79%
R=38.39%
G=32.82%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241069300.150.250.5125.1614.2942.55
Hex7C6A5D0F193319e2b
Octal1741521350173163311653
Binary1111100110101010111010111111001110011110011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,106,93); }

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

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

 a { background-color: rgb(124,106,93); }

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

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

 span { border-color: rgb(124,106,93); }

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