#7A5042

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

Shades of Nutmeg #7A5042

Tints of Nutmeg #7A5042

Color information

#7A5042 (or 0x7A5042) is unknown color: approx Nutmeg. HEX triplet: 7A, 50 and 42. RGB value is (122,80,66). Sum of RGB (Red+Green+Blue) = 122+80+66=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5042 is #85AFBD. Grayscale: #5B5B5B. Windows color (decimal): -8761278 or 4345978. OLE color: 4345978.

HSL color Cylindrical-coordinate representation of color #7A5042: hue angle of 15º 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 #7A5042 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB1228066-
CMYK00.340.460.52
HSL15º29.79%36.86%-
HSV(B)15º45.9%47.84%-
XYZ11.8810.276.51-
YUV90.96113.91150.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.52%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 66 (26.17% from 255) = 24.63%
R=45.52%
G=29.85%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122806600.340.460.521529.7936.86
Hex7A50420222E34f1e25
Octal1721201020425664173645
Binary1111010101000010000100100010101110110100111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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