#7C5F4D

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

Shades of Roman Coffee #7C5F4D

Tints of Roman Coffee #7C5F4D

Color information

#7C5F4D (or 0x7C5F4D) is unknown color: approx Roman Coffee. HEX triplet: 7C, 5F and 4D. RGB value is (124,95,77). Sum of RGB (Red+Green+Blue) = 124+95+77=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5F4D is #83A0B2. Grayscale: #656565. Windows color (decimal): -8626355 or 5070716. OLE color: 5070716.

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

Color convert

RGB1249577-
CMYK00.230.380.51
HSL22.98º23.38%39.41%-
HSV(B)22.98º37.9%48.63%-
XYZ13.7413.018.81-
YUV101.62114.11143.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.89%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 77 (30.47% from 255) = 26.01%
R=41.89%
G=32.09%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124957700.230.380.5122.9823.3839.41
Hex7C5F4D0172633171727
Octal1741371150274663272747
Binary1111100101111110011010101111001101100111011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,95,77); }

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

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

 a { background-color: rgb(124,95,77); }

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

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

 span { border-color: rgb(124,95,77); }

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