Html Css Color HEX #7D4E3D Nutmeg

📋 copy color: '#7D4E3D'

red 125 ◦ green 78 ◦ blue 61

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

Shades of Nutmeg #7D4E3D

Tints of Nutmeg #7D4E3D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.55%

 BLUE value IS 61 (24.22% from 255) = 23.11%

R = 47.35%
G = 29.55%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D4E3D (or 0x7D4E3D) is known color: Nutmeg. HEX triplet: 7D, 4E and 3D. RGB value is (125,78,61). Sum of RGB (Red+Green+Blue) = 125+78+61=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4E3D is #82B1C2. Grayscale: #5A5A5A. Windows color (decimal): -8565187 or 4017789. OLE color: 4017789.

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

Color convert

RGB 125 78 61 -
CMYK 0 0.38 0.51 0.51
HSL 15.94º 0.34% 0.36% -
HSV(B) 15.94º 0.51% 0.49% -
XYZ 12.02 10.15 5.74 -
YUV 90.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 125 78 61 0 0.38 0.51 0.51 15.94 0.34 0.36
Hex 7D 4E 3D 0 26 33 33 10 22 24
Octal 175 116 75 0 46 63 63 20 42 44
Binary 1111101 1001110 111101 0 100110 110011 110011 10000 100010 100100

Color Harmonies of #7D4E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4E3D

Black with #7D4E3D

Text Example


Text Example

White with #7D4E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,78,61); }

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

background-color css

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

 a { background-color: rgb(125,78,61); }

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

border-color css

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

 span { border-color: rgb(125,78,61); }

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