Html Css Color HEX #7C4C44 Nutmeg

📋 copy color: '#7C4C44'

red 124 ◦ green 76 ◦ blue 68

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

Shades of Nutmeg #7C4C44

Tints of Nutmeg #7C4C44

RGB

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

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

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

R = 46.27%
G = 28.36%
B = 25.37%

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

#7C4C44 (or 0x7C4C44) is known color: Nutmeg. HEX triplet: 7C, 4C and 44. RGB value is (124,76,68). Sum of RGB (Red+Green+Blue) = 124+76+68=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4C44 is #83B3BB. Grayscale: #595959. Windows color (decimal): -8631228 or 4476028. OLE color: 4476028.

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

Color convert

RGB 124 76 68 -
CMYK 0 0.39 0.45 0.51
HSL 8.57º 0.29% 0.38% -
HSV(B) 8.57º 0.45% 0.49% -
XYZ 11.94 9.87 6.74 -
YUV 89.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 124 76 68 0 0.39 0.45 0.51 8.57 0.29 0.38
Hex 7C 4C 44 0 27 2D 33 9 1D 26
Octal 174 114 104 0 47 55 63 11 35 46
Binary 1111100 1001100 1000100 0 100111 101101 110011 1001 11101 100110

Color Harmonies of #7C4C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4C44

Black with #7C4C44

Text Example


Text Example

White with #7C4C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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