Html Css Color HEX #7F4B42 Nutmeg

📋 copy color: '#7F4B42'

red 127 ◦ green 75 ◦ blue 66

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

Shades of Nutmeg #7F4B42

Tints of Nutmeg #7F4B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.99%

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

R = 47.39%
G = 27.99%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#7F4B42 (or 0x7F4B42) is known color: Nutmeg. HEX triplet: 7F, 4B and 42. RGB value is (127,75,66). Sum of RGB (Red+Green+Blue) = 127+75+66=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4B42 is #80B4BD. Grayscale: #595959. Windows color (decimal): -8434878 or 4344703. OLE color: 4344703.

HSL color Cylindrical-coordinate representation of color #7F4B42: hue angle of 8.85º 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 #7F4B42 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 75 66 -
CMYK 0 0.41 0.48 0.50
HSL 8.85º 0.32% 0.38% -
HSV(B) 8.85º 0.48% 0.5% -
XYZ 12.25 9.94 6.43 -
YUV 89.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 127 75 66 0 0.41 0.48 0.50 8.85 0.32 0.38
Hex 7F 4B 42 0 29 30 32 9 20 26
Octal 177 113 102 0 51 60 62 11 40 46
Binary 1111111 1001011 1000010 0 101001 110000 110010 1001 100000 100110

Color Harmonies of #7F4B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4B42

Black with #7F4B42

Text Example


Text Example

White with #7F4B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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