Html Css Color HEX #774F41 Nutmeg

📋 copy color: '#774F41'

red 119 ◦ green 79 ◦ blue 65

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

Shades of Nutmeg #774F41

Tints of Nutmeg #774F41

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.04%

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

R = 45.25%
G = 30.04%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#774F41 (or 0x774F41) is known color: Nutmeg. HEX triplet: 77, 4F and 41. RGB value is (119,79,65). Sum of RGB (Red+Green+Blue) = 119+79+65=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #774F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F41 is #88B0BE. Grayscale: #595959. Windows color (decimal): -8958143 or 4280183. OLE color: 4280183.

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

Color convert

RGB 119 79 65 -
CMYK 0 0.34 0.45 0.53
HSL 15.56º 0.29% 0.36% -
HSV(B) 15.56º 0.45% 0.47% -
XYZ 11.36 9.9 6.31 -
YUV 89.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 119 79 65 0 0.34 0.45 0.53 15.56 0.29 0.36
Hex 77 4F 41 0 22 2D 35 10 1D 24
Octal 167 117 101 0 42 55 65 20 35 44
Binary 1110111 1001111 1000001 0 100010 101101 110101 10000 11101 100100

Color Harmonies of #774F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F41

Black with #774F41

Text Example


Text Example

White with #774F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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