Html Css Color HEX #7F4C42 Nutmeg

📋 copy color: '#7F4C42'

red 127 ◦ green 76 ◦ blue 66

#7F4C42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nutmeg #7F4C42

Tints of Nutmeg #7F4C42

RGB

 RED value IS 127 (50% from 255) = 47.21%

 GREEN value IS 76 (30.08% from 255) = 28.25%

 BLUE value IS 66 (26.17% from 255) = 24.54%

R = 47.21%
G = 28.25%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#7F4C42 (or 0x7F4C42) is known color: Nutmeg. HEX triplet: 7F, 4C and 42. RGB value is (127,76,66). Sum of RGB (Red+Green+Blue) = 127+76+66=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4C42 is #80B3BD. Grayscale: #5A5A5A. Windows color (decimal): -8434622 or 4344959. OLE color: 4344959.

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

Color convert

RGB 127 76 66 -
CMYK 0 0.40 0.48 0.50
HSL 9.84º 0.32% 0.38% -
HSV(B) 9.84º 0.48% 0.5% -
XYZ 12.32 10.07 6.45 -
YUV 90.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 127 76 66 0 0.40 0.48 0.50 9.84 0.32 0.38
Hex 7F 4C 42 0 28 30 32 A 20 26
Octal 177 114 102 0 50 60 62 12 40 46
Binary 1111111 1001100 1000010 0 101000 110000 110010 1010 100000 100110

Color Harmonies of #7F4C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4C42

Black with #7F4C42

Text Example


Text Example

White with #7F4C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F4C42;
 }
 .AnyTagClassName
 {
   color: #7F4C42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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