Html Css Color HEX #7C4F44 Nutmeg

📋 copy color: '#7C4F44'

red 124 ◦ green 79 ◦ blue 68

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

Shades of Nutmeg #7C4F44

Tints of Nutmeg #7C4F44

RGB

 RED value IS 124 (48.83% from 255) = 45.76%

 GREEN value IS 79 (31.25% from 255) = 29.15%

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

R = 45.76%
G = 29.15%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7C4F44 (or 0x7C4F44) is known color: Nutmeg. HEX triplet: 7C, 4F and 44. RGB value is (124,79,68). Sum of RGB (Red+Green+Blue) = 124+79+68=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4F44 is #83B0BB. Grayscale: #5B5B5B. Windows color (decimal): -8630460 or 4476796. OLE color: 4476796.

HSL color Cylindrical-coordinate representation of color #7C4F44: hue angle of 11.79º 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 #7C4F44 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 79 68 -
CMYK 0 0.36 0.45 0.51
HSL 11.79º 0.29% 0.38% -
HSV(B) 11.79º 0.45% 0.49% -
XYZ 12.15 10.29 6.82 -
YUV 91.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 124 79 68 0 0.36 0.45 0.51 11.79 0.29 0.38
Hex 7C 4F 44 0 24 2D 33 C 1D 26
Octal 174 117 104 0 44 55 63 14 35 46
Binary 1111100 1001111 1000100 0 100100 101101 110011 1100 11101 100110

Color Harmonies of #7C4F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4F44

Black with #7C4F44

Text Example


Text Example

White with #7C4F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,79,68); }

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

background-color css

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

 a { background-color: rgb(124,79,68); }

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

border-color css

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

 span { border-color: rgb(124,79,68); }

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