#7A5E4E

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

Shades of Roman Coffee #7A5E4E

Tints of Roman Coffee #7A5E4E

Color information

#7A5E4E (or 0x7A5E4E) is unknown color: approx Roman Coffee. HEX triplet: 7A, 5E and 4E. RGB value is (122,94,78). Sum of RGB (Red+Green+Blue) = 122+94+78=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5E4E is #85A1B1. Grayscale: #646464. Windows color (decimal): -8757682 or 5135994. OLE color: 5135994.

HSL color Cylindrical-coordinate representation of color #7A5E4E: hue angle of 21.82º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A5E4E is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB1229478-
CMYK00.230.360.52
HSL21.82º22%39.22%-
HSV(B)21.82º36.07%47.84%-
XYZ13.412.698.95-
YUV100.55115.28143.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.50%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=41.50%
G=31.97%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122947800.230.360.5221.822239.22
Hex7A5E4E0172434161627
Octal1721361160274464262647
Binary1111010101111010011100101111001001101001011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,94,78); }

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

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

 a { background-color: rgb(122,94,78); }

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

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

 span { border-color: rgb(122,94,78); }

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