#7E5F4E

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

Shades of Roman Coffee #7E5F4E

Tints of Roman Coffee #7E5F4E

Color information

#7E5F4E (or 0x7E5F4E) is unknown color: approx Roman Coffee. HEX triplet: 7E, 5F and 4E. RGB value is (126,95,78). Sum of RGB (Red+Green+Blue) = 126+95+78=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5F4E is #81A0B1. Grayscale: #666666. Windows color (decimal): -8495282 or 5136254. OLE color: 5136254.

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

Color convert

RGB1269578-
CMYK00.250.380.51
HSL21.25º23.53%40%-
HSV(B)21.25º38.1%49.41%-
XYZ14.0713.179.01-
YUV102.33114.27144.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.14%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=42.14%
G=31.77%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126957800.250.380.5121.2523.5340
Hex7E5F4E0192633151828
Octal1761371160314663253050
Binary1111110101111110011100110011001101100111010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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