Html Css Color HEX #774D44 Nutmeg

📋 copy color: '#774D44'

red 119 ◦ green 77 ◦ blue 68

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

Shades of Nutmeg #774D44

Tints of Nutmeg #774D44

RGB

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

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

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

R = 45.08%
G = 29.17%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#774D44 (or 0x774D44) is known color: Nutmeg. HEX triplet: 77, 4D and 44. RGB value is (119,77,68). Sum of RGB (Red+Green+Blue) = 119+77+68=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #774D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D44 is #88B2BB. Grayscale: #585858. Windows color (decimal): -8958652 or 4476279. OLE color: 4476279.

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

Color convert

RGB 119 77 68 -
CMYK 0 0.35 0.43 0.53
HSL 10.59º 0.27% 0.37% -
HSV(B) 10.59º 0.43% 0.47% -
XYZ 11.31 9.65 6.74 -
YUV 88.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 119 77 68 0 0.35 0.43 0.53 10.59 0.27 0.37
Hex 77 4D 44 0 23 2B 35 B 1B 25
Octal 167 115 104 0 43 53 65 13 33 45
Binary 1110111 1001101 1000100 0 100011 101011 110101 1011 11011 100101

Color Harmonies of #774D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D44

Black with #774D44

Text Example


Text Example

White with #774D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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