#7A6A53

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

Shades of Coffee #7A6A53

Tints of Coffee #7A6A53

Color information

#7A6A53 (or 0x7A6A53) is unknown color: approx Coffee. HEX triplet: 7A, 6A and 53. RGB value is (122,106,83). Sum of RGB (Red+Green+Blue) = 122+106+83=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A53 is #8595AC. Grayscale: #6C6C6C. Windows color (decimal): -8754605 or 5466746. OLE color: 5466746.

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

Color convert

RGB12210683-
CMYK00.130.320.52
HSL35.38º19.02%40.2%-
HSV(B)35.38º31.97%47.84%-
XYZ14.7415.0710.32-
YUV108.16113.8137.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.23%
GREEN value IS 106 (41.80% from 255) = 34.08%
BLUE value IS 83 (32.81% from 255) = 26.69%
R=39.23%
G=34.08%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221068300.130.320.5235.3819.0240.2
Hex7A6A530D2034231328
Octal1721521230154064432350
Binary1111010110101010100110110110000011010010001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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