Html Css Color HEX #774D40 Nutmeg

📋 copy color: '#774D40'

red 119 ◦ green 77 ◦ blue 64

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

Shades of Nutmeg #774D40

Tints of Nutmeg #774D40

RGB

 RED value IS 119 (46.88% from 255) = 45.77%

 GREEN value IS 77 (30.47% from 255) = 29.62%

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 45.77%
G = 29.62%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#774D40 (or 0x774D40) is known color: Nutmeg. HEX triplet: 77, 4D and 40. RGB value is (119,77,64). Sum of RGB (Red+Green+Blue) = 119+77+64=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #774D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D40 is #88B2BF. Grayscale: #585858. Windows color (decimal): -8958656 or 4214135. OLE color: 4214135.

HSL color Cylindrical-coordinate representation of color #774D40: hue angle of 14.18º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #774D40 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 77 64 -
CMYK 0 0.35 0.46 0.53
HSL 14.18º 0.3% 0.36% -
HSV(B) 14.18º 0.46% 0.47% -
XYZ 11.19 9.6 6.11 -
YUV 88.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 119 77 64 0 0.35 0.46 0.53 14.18 0.3 0.36
Hex 77 4D 40 0 23 2E 35 E 1E 24
Octal 167 115 100 0 43 56 65 16 36 44
Binary 1110111 1001101 1000000 0 100011 101110 110101 1110 11110 100100

Color Harmonies of #774D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D40

Black with #774D40

Text Example


Text Example

White with #774D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774D40; }

 p { color: rgb(119,77,64); }

 H1.HeaderClassName
 {
   color: #774D40;
 }
 .AnyTagClassName
 {
   color: #774D40;
 }
</style>

background-color css

<style>
 a { background-color: #774D40; }

 a { background-color: rgb(119,77,64); }

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

border-color css

<style>
 span { border-color: #774D40; }

 span { border-color: rgb(119,77,64); }

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