Html Css Color HEX #7D4C44 Nutmeg

📋 copy color: '#7D4C44'

red 125 ◦ green 76 ◦ blue 68

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

Shades of Nutmeg #7D4C44

Tints of Nutmeg #7D4C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.28%

R = 46.47%
G = 28.25%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#7D4C44 (or 0x7D4C44) is known color: Nutmeg. HEX triplet: 7D, 4C and 44. RGB value is (125,76,68). Sum of RGB (Red+Green+Blue) = 125+76+68=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4C44 is #82B3BB. Grayscale: #595959. Windows color (decimal): -8565692 or 4476029. OLE color: 4476029.

HSL color Cylindrical-coordinate representation of color #7D4C44: hue angle of 8.42º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D4C44 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 76 68 -
CMYK 0 0.39 0.46 0.51
HSL 8.42º 0.3% 0.38% -
HSV(B) 8.42º 0.46% 0.49% -
XYZ 12.09 9.95 6.75 -
YUV 89.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 125 76 68 0 0.39 0.46 0.51 8.42 0.3 0.38
Hex 7D 4C 44 0 27 2E 33 8 1E 26
Octal 175 114 104 0 47 56 63 10 36 46
Binary 1111101 1001100 1000100 0 100111 101110 110011 1000 11110 100110

Color Harmonies of #7D4C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4C44

Black with #7D4C44

Text Example


Text Example

White with #7D4C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,76,68); }

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

background-color css

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

 a { background-color: rgb(125,76,68); }

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

border-color css

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

 span { border-color: rgb(125,76,68); }

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