#7A4F47

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

Shades of Nutmeg #7A4F47

Tints of Nutmeg #7A4F47

Color information

#7A4F47 (or 0x7A4F47) is unknown color: approx Nutmeg. HEX triplet: 7A, 4F and 47. RGB value is (122,79,71). Sum of RGB (Red+Green+Blue) = 122+79+71=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A4F47 is #85B0B8. Grayscale: #5B5B5B. Windows color (decimal): -8761529 or 4673402. OLE color: 4673402.

HSL color Cylindrical-coordinate representation of color #7A4F47: hue angle of 9.41º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A4F47 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB1227971-
CMYK00.350.420.52
HSL9.41º26.42%37.84%-
HSV(B)9.41º41.8%47.84%-
XYZ11.9610.187.3-
YUV90.94116.75150.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.85%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 71 (28.12% from 255) = 26.10%
R=44.85%
G=29.04%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122797100.350.420.529.4126.4237.84
Hex7A4F470232A3491a26
Octal1721171070435264113246
Binary1111010100111110001110100011101010110100100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,79,71); }

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

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

 a { background-color: rgb(122,79,71); }

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

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

 span { border-color: rgb(122,79,71); }

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