#7A674D

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

Shades of Coffee #7A674D

Tints of Coffee #7A674D

Color information

#7A674D (or 0x7A674D) is unknown color: approx Coffee. HEX triplet: 7A, 67 and 4D. RGB value is (122,103,77). Sum of RGB (Red+Green+Blue) = 122+103+77=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 122 - color contains mainly: red. Hex color #7A674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A674D is #8598B2. Grayscale: #696969. Windows color (decimal): -8755379 or 5072762. OLE color: 5072762.

HSL color Cylindrical-coordinate representation of color #7A674D: hue angle of 34.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A674D is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB12210377-
CMYK00.160.370.52
HSL34.67º22.61%39.02%-
HSV(B)34.67º36.89%47.84%-
XYZ14.2214.379.05-
YUV105.72111.79139.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.40%
GREEN value IS 103 (40.62% from 255) = 34.11%
BLUE value IS 77 (30.47% from 255) = 25.50%
R=40.40%
G=34.11%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221037700.160.370.5234.6722.6139.02
Hex7A674D0102534231727
Octal1721471150204564432747
Binary11110101100111100110101000010010111010010001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,103,77); }

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

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

 a { background-color: rgb(122,103,77); }

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

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

 span { border-color: rgb(122,103,77); }

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