#7C6B60

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

Shades of Roman Coffee #7C6B60

Tints of Roman Coffee #7C6B60

Color information

#7C6B60 (or 0x7C6B60) is unknown color: approx Roman Coffee. HEX triplet: 7C, 6B and 60. RGB value is (124,107,96). Sum of RGB (Red+Green+Blue) = 124+107+96=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B60 is #83949F. Grayscale: #6E6E6E. Windows color (decimal): -8623264 or 6318972. OLE color: 6318972.

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

Color convert

RGB12410796-
CMYK00.140.230.51
HSL23.57º12.73%43.14%-
HSV(B)23.57º22.58%48.63%-
XYZ15.6815.6513.26-
YUV110.83119.63137.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.92%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=37.92%
G=32.72%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241079600.140.230.5123.5712.7343.14
Hex7C6B600E173318d2b
Octal1741531400162763301553
Binary1111100110101111000000111010111110011110001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,107,96); }

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

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

 a { background-color: rgb(124,107,96); }

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

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

 span { border-color: rgb(124,107,96); }

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