Html Css Color HEX #7F4D40 Nutmeg

📋 copy color: '#7F4D40'

red 127 ◦ green 77 ◦ blue 64

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

Shades of Nutmeg #7F4D40

Tints of Nutmeg #7F4D40

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.73%

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 47.39%
G = 28.73%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F4D40 (or 0x7F4D40) is known color: Nutmeg. HEX triplet: 7F, 4D and 40. RGB value is (127,77,64). Sum of RGB (Red+Green+Blue) = 127+77+64=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4D40 is #80B2BF. Grayscale: #5A5A5A. Windows color (decimal): -8434368 or 4214143. OLE color: 4214143.

HSL color Cylindrical-coordinate representation of color #7F4D40: hue angle of 12.38º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F4D40 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 77 64 -
CMYK 0 0.39 0.50 0.50
HSL 12.38º 0.33% 0.37% -
HSV(B) 12.38º 0.5% 0.5% -
XYZ 12.33 10.19 6.17 -
YUV 90.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 127 77 64 0 0.39 0.50 0.50 12.38 0.33 0.37
Hex 7F 4D 40 0 27 32 32 C 21 25
Octal 177 115 100 0 47 62 62 14 41 45
Binary 1111111 1001101 1000000 0 100111 110010 110010 1100 100001 100101

Color Harmonies of #7F4D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4D40

Black with #7F4D40

Text Example


Text Example

White with #7F4D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,77,64); }

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

background-color css

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

 a { background-color: rgb(127,77,64); }

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

border-color css

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

 span { border-color: rgb(127,77,64); }

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