#7A6C53

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

Shades of Coffee #7A6C53

Tints of Coffee #7A6C53

Color information

#7A6C53 (or 0x7A6C53) is unknown color: approx Coffee. HEX triplet: 7A, 6C and 53. RGB value is (122,108,83). Sum of RGB (Red+Green+Blue) = 122+108+83=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6C53 is #8593AC. Grayscale: #6D6D6D. Windows color (decimal): -8754093 or 5467258. OLE color: 5467258.

HSL color Cylindrical-coordinate representation of color #7A6C53: hue angle of 38.46º 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 #7A6C53 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB12210883-
CMYK00.110.320.52
HSL38.46º19.02%40.2%-
HSV(B)38.46º31.97%47.84%-
XYZ14.9515.4910.39-
YUV109.34113.14137.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.98%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 83 (32.81% from 255) = 26.52%
R=38.98%
G=34.50%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221088300.110.320.5238.4619.0240.2
Hex7A6C530B2034261328
Octal1721541230134064462350
Binary1111010110110010100110101110000011010010011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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