Html Css Color HEX #774D41 Nutmeg

📋 copy color: '#774D41'

red 119 ◦ green 77 ◦ blue 65

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

Shades of Nutmeg #774D41

Tints of Nutmeg #774D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 45.59%
G = 29.5%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#774D41 (or 0x774D41) is known color: Nutmeg. HEX triplet: 77, 4D and 41. RGB value is (119,77,65). Sum of RGB (Red+Green+Blue) = 119+77+65=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #774D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D41 is #88B2BE. Grayscale: #585858. Windows color (decimal): -8958655 or 4279671. OLE color: 4279671.

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

Color convert

RGB 119 77 65 -
CMYK 0 0.35 0.45 0.53
HSL 13.33º 0.29% 0.36% -
HSV(B) 13.33º 0.45% 0.47% -
XYZ 11.22 9.61 6.27 -
YUV 88.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 119 77 65 0 0.35 0.45 0.53 13.33 0.29 0.36
Hex 77 4D 41 0 23 2D 35 D 1D 24
Octal 167 115 101 0 43 55 65 15 35 44
Binary 1110111 1001101 1000001 0 100011 101101 110101 1101 11101 100100

Color Harmonies of #774D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D41

Black with #774D41

Text Example


Text Example

White with #774D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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