#7F4C44

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

Shades of Nutmeg #7F4C44

Tints of Nutmeg #7F4C44

Color information

#7F4C44 (or 0x7F4C44) is unknown color: approx Nutmeg. HEX triplet: 7F, 4C and 44. RGB value is (127,76,68). Sum of RGB (Red+Green+Blue) = 127+76+68=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4C44 is #80B3BB. Grayscale: #5A5A5A. Windows color (decimal): -8434620 or 4476031. OLE color: 4476031.

HSL color Cylindrical-coordinate representation of color #7F4C44: hue angle of 8.14º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F4C44 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB1277668-
CMYK00.400.460.50
HSL8.14º30.26%38.24%-
HSV(B)8.14º46.46%49.8%-
XYZ12.3810.16.77-
YUV90.34115.4154.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.86%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 68 (26.95% from 255) = 25.09%
R=46.86%
G=28.04%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127766800.400.460.508.1430.2638.24
Hex7F4C440282E3281e26
Octal1771141040505662103646
Binary1111111100110010001000101000101110110010100011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,76,68); }

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

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

 a { background-color: rgb(127,76,68); }

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

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

 span { border-color: rgb(127,76,68); }

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