Html Css Color HEX #774E44 Nutmeg

📋 copy color: '#774E44'

red 119 ◦ green 78 ◦ blue 68

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

Shades of Nutmeg #774E44

Tints of Nutmeg #774E44

RGB

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

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

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

R = 44.91%
G = 29.43%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#774E44 (or 0x774E44) is known color: Nutmeg. HEX triplet: 77, 4E and 44. RGB value is (119,78,68). Sum of RGB (Red+Green+Blue) = 119+78+68=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #774E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E44 is #88B1BB. Grayscale: #595959. Windows color (decimal): -8958396 or 4476535. OLE color: 4476535.

HSL color Cylindrical-coordinate representation of color #774E44: hue angle of 11.76º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #774E44 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 78 68 -
CMYK 0 0.34 0.43 0.53
HSL 11.76º 0.27% 0.37% -
HSV(B) 11.76º 0.43% 0.47% -
XYZ 11.38 9.79 6.76 -
YUV 89.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 119 78 68 0 0.34 0.43 0.53 11.76 0.27 0.37
Hex 77 4E 44 0 22 2B 35 C 1B 25
Octal 167 116 104 0 42 53 65 14 33 45
Binary 1110111 1001110 1000100 0 100010 101011 110101 1100 11011 100101

Color Harmonies of #774E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E44

Black with #774E44

Text Example


Text Example

White with #774E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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