Html Css Color HEX #7D4C45 Nutmeg

📋 copy color: '#7D4C45'

red 125 ◦ green 76 ◦ blue 69

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

Shades of Nutmeg #7D4C45

Tints of Nutmeg #7D4C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.56%

R = 46.3%
G = 28.15%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7D4C45 (or 0x7D4C45) is known color: Nutmeg. HEX triplet: 7D, 4C and 45. RGB value is (125,76,69). Sum of RGB (Red+Green+Blue) = 125+76+69=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4C45 is #82B3BA. Grayscale: #595959. Windows color (decimal): -8565691 or 4541565. OLE color: 4541565.

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

Color convert

RGB 125 76 69 -
CMYK 0 0.39 0.45 0.51
HSL 7.5º 0.29% 0.38% -
HSV(B) 7.5º 0.45% 0.49% -
XYZ 12.12 9.96 6.91 -
YUV 89.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 125 76 69 0 0.39 0.45 0.51 7.5 0.29 0.38
Hex 7D 4C 45 0 27 2D 33 8 1D 26
Octal 175 114 105 0 47 55 63 10 35 46
Binary 1111101 1001100 1000101 0 100111 101101 110011 1000 11101 100110

Color Harmonies of #7D4C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4C45

Black with #7D4C45

Text Example


Text Example

White with #7D4C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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