#7E5F4D

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

Shades of Roman Coffee #7E5F4D

Tints of Roman Coffee #7E5F4D

Color information

#7E5F4D (or 0x7E5F4D) is unknown color: approx Roman Coffee. HEX triplet: 7E, 5F and 4D. RGB value is (126,95,77). Sum of RGB (Red+Green+Blue) = 126+95+77=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5F4D is #81A0B2. Grayscale: #666666. Windows color (decimal): -8495283 or 5070718. OLE color: 5070718.

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

Color convert

RGB1269577-
CMYK00.250.390.51
HSL22.04º24.14%39.8%-
HSV(B)22.04º38.89%49.41%-
XYZ14.0413.168.82-
YUV102.22113.77144.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.28%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 77 (30.47% from 255) = 25.84%
R=42.28%
G=31.88%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126957700.250.390.5122.0424.1439.8
Hex7E5F4D0192733161828
Octal1761371150314763263050
Binary1111110101111110011010110011001111100111011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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