#7A6B52

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

Shades of Coffee #7A6B52

Tints of Coffee #7A6B52

Color information

#7A6B52 (or 0x7A6B52) is unknown color: approx Coffee. HEX triplet: 7A, 6B and 52. RGB value is (122,107,82). Sum of RGB (Red+Green+Blue) = 122+107+82=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B52 is #8594AD. Grayscale: #6C6C6C. Windows color (decimal): -8754350 or 5401466. OLE color: 5401466.

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

Color convert

RGB12210782-
CMYK00.120.330.52
HSL37.5º19.61%40%-
HSV(B)37.5º32.79%47.84%-
XYZ14.8115.2610.15-
YUV108.64112.97137.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.23%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 82 (32.42% from 255) = 26.37%
R=39.23%
G=34.41%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221078200.120.330.5237.519.6140
Hex7A6B520C2134261428
Octal1721531220144164462450
Binary1111010110101110100100110010000111010010011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,107,82); }

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

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

 a { background-color: rgb(122,107,82); }

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

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

 span { border-color: rgb(122,107,82); }

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