Html Css Color HEX #7D4A3E Nutmeg

📋 copy color: '#7D4A3E'

red 125 ◦ green 74 ◦ blue 62

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

Shades of Nutmeg #7D4A3E

Tints of Nutmeg #7D4A3E

RGB

 RED value IS 125 (49.22% from 255) = 47.89%

 GREEN value IS 74 (29.3% from 255) = 28.35%

 BLUE value IS 62 (24.61% from 255) = 23.75%

R = 47.89%
G = 28.35%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D4A3E (or 0x7D4A3E) is known color: Nutmeg. HEX triplet: 7D, 4A and 3E. RGB value is (125,74,62). Sum of RGB (Red+Green+Blue) = 125+74+62=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4A3E is #82B5C1. Grayscale: #575757. Windows color (decimal): -8566210 or 4082301. OLE color: 4082301.

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

Color convert

RGB 125 74 62 -
CMYK 0 0.41 0.50 0.51
HSL 11.43º 0.34% 0.37% -
HSV(B) 11.43º 0.5% 0.49% -
XYZ 11.78 9.61 5.79 -
YUV 87.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 125 74 62 0 0.41 0.50 0.51 11.43 0.34 0.37
Hex 7D 4A 3E 0 29 32 33 B 22 25
Octal 175 112 76 0 51 62 63 13 42 45
Binary 1111101 1001010 111110 0 101001 110010 110011 1011 100010 100101

Color Harmonies of #7D4A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4A3E

Black with #7D4A3E

Text Example


Text Example

White with #7D4A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,74,62); }

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

background-color css

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

 a { background-color: rgb(125,74,62); }

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

border-color css

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

 span { border-color: rgb(125,74,62); }

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