#7A6B54

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

Shades of Coffee #7A6B54

Tints of Coffee #7A6B54

Color information

#7A6B54 (or 0x7A6B54) is unknown color: approx Coffee. HEX triplet: 7A, 6B and 54. RGB value is (122,107,84). Sum of RGB (Red+Green+Blue) = 122+107+84=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B54 is #8594AB. Grayscale: #6C6C6C. Windows color (decimal): -8754348 or 5532538. OLE color: 5532538.

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

Color convert

RGB12210784-
CMYK00.120.310.52
HSL36.32º18.45%40.39%-
HSV(B)36.32º31.15%47.84%-
XYZ14.8815.2910.55-
YUV108.86113.97137.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.98%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 84 (33.20% from 255) = 26.84%
R=38.98%
G=34.19%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221078400.120.310.5236.3218.4540.39
Hex7A6B540C1F34241228
Octal1721531240143764442250
Binary111101011010111010100011001111111010010010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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