#7A6A5D

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

Shades of Roman Coffee #7A6A5D

Tints of Roman Coffee #7A6A5D

Color information

#7A6A5D (or 0x7A6A5D) is unknown color: approx Roman Coffee. HEX triplet: 7A, 6A and 5D. RGB value is (122,106,93). Sum of RGB (Red+Green+Blue) = 122+106+93=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A5D is #8595A2. Grayscale: #6D6D6D. Windows color (decimal): -8754595 or 6122106. OLE color: 6122106.

HSL color Cylindrical-coordinate representation of color #7A6A5D: hue angle of 26.9º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A6A5D is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB12210693-
CMYK00.130.240.52
HSL26.9º13.49%42.16%-
HSV(B)26.9º23.77%47.84%-
XYZ15.1615.2412.5-
YUV109.3118.8137.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.01%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=38.01%
G=33.02%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221069300.130.240.5226.913.4942.16
Hex7A6A5D0D18341bd2a
Octal1721521350153064331552
Binary1111010110101010111010110111000110100110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,106,93); }

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

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

 a { background-color: rgb(122,106,93); }

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

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

 span { border-color: rgb(122,106,93); }

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