Html Css Color HEX #774E40 Nutmeg

📋 copy color: '#774E40'

red 119 ◦ green 78 ◦ blue 64

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

Shades of Nutmeg #774E40

Tints of Nutmeg #774E40

RGB

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

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

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

R = 45.59%
G = 29.89%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#774E40 (or 0x774E40) is known color: Nutmeg. HEX triplet: 77, 4E and 40. RGB value is (119,78,64). Sum of RGB (Red+Green+Blue) = 119+78+64=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #774E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E40 is #88B1BF. Grayscale: #585858. Windows color (decimal): -8958400 or 4214391. OLE color: 4214391.

HSL color Cylindrical-coordinate representation of color #774E40: hue angle of 15.27º 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 #774E40 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 78 64 -
CMYK 0 0.34 0.46 0.53
HSL 15.27º 0.3% 0.36% -
HSV(B) 15.27º 0.46% 0.47% -
XYZ 11.26 9.74 6.14 -
YUV 88.66 114.08 149.64 -
System Red Green Blue C M Y K H S L
Decimal 119 78 64 0 0.34 0.46 0.53 15.27 0.3 0.36
Hex 77 4E 40 0 22 2E 35 F 1E 24
Octal 167 116 100 0 42 56 65 17 36 44
Binary 1110111 1001110 1000000 0 100010 101110 110101 1111 11110 100100

Color Harmonies of #774E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E40

Black with #774E40

Text Example


Text Example

White with #774E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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