#7A4D42

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

Shades of Nutmeg #7A4D42

Tints of Nutmeg #7A4D42

Color information

#7A4D42 (or 0x7A4D42) is unknown color: approx Nutmeg. HEX triplet: 7A, 4D and 42. RGB value is (122,77,66). Sum of RGB (Red+Green+Blue) = 122+77+66=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A4D42 is #85B2BD. Grayscale: #595959. Windows color (decimal): -8762046 or 4345210. OLE color: 4345210.

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

Color convert

RGB1227766-
CMYK00.370.460.52
HSL11.79º29.79%36.86%-
HSV(B)11.79º45.9%47.84%-
XYZ11.669.846.44-
YUV89.2114.91151.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.04%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=46.04%
G=29.06%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122776600.370.460.5211.7929.7936.86
Hex7A4D420252E34c1e25
Octal1721151020455664143645
Binary1111010100110110000100100101101110110100110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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