Html Css Color HEX #7F463A Nutmeg

📋 copy color: '#7F463A'

red 127 ◦ green 70 ◦ blue 58

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

Shades of Nutmeg #7F463A

Tints of Nutmeg #7F463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 49.8%
G = 27.45%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F463A (or 0x7F463A) is known color: Nutmeg. HEX triplet: 7F, 46 and 3A. RGB value is (127,70,58). Sum of RGB (Red+Green+Blue) = 127+70+58=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F463A is #80B9C5. Grayscale: #555555. Windows color (decimal): -8436166 or 3819135. OLE color: 3819135.

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

Color convert

RGB 127 70 58 -
CMYK 0 0.45 0.54 0.50
HSL 10.43º 0.37% 0.36% -
HSV(B) 10.43º 0.54% 0.5% -
XYZ 11.71 9.2 5.16 -
YUV 85.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 127 70 58 0 0.45 0.54 0.50 10.43 0.37 0.36
Hex 7F 46 3A 0 2D 36 32 A 25 24
Octal 177 106 72 0 55 66 62 12 45 44
Binary 1111111 1000110 111010 0 101101 110110 110010 1010 100101 100100

Color Harmonies of #7F463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F463A

Black with #7F463A

Text Example


Text Example

White with #7F463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,70,58); }

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

background-color css

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

 a { background-color: rgb(127,70,58); }

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

border-color css

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

 span { border-color: rgb(127,70,58); }

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