Html Css Color HEX #774F40 Nutmeg

📋 copy color: '#774F40'

red 119 ◦ green 79 ◦ blue 64

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

Shades of Nutmeg #774F40

Tints of Nutmeg #774F40

RGB

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

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

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

R = 45.42%
G = 30.15%
B = 24.43%

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

#774F40 (or 0x774F40) is known color: Nutmeg. HEX triplet: 77, 4F and 40. RGB value is (119,79,64). Sum of RGB (Red+Green+Blue) = 119+79+64=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #774F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F40 is #88B0BF. Grayscale: #595959. Windows color (decimal): -8958144 or 4214647. OLE color: 4214647.

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

Color convert

RGB 119 79 64 -
CMYK 0 0.34 0.46 0.53
HSL 16.36º 0.3% 0.36% -
HSV(B) 16.36º 0.46% 0.47% -
XYZ 11.33 9.88 6.16 -
YUV 89.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 119 79 64 0 0.34 0.46 0.53 16.36 0.3 0.36
Hex 77 4F 40 0 22 2E 35 10 1E 24
Octal 167 117 100 0 42 56 65 20 36 44
Binary 1110111 1001111 1000000 0 100010 101110 110101 10000 11110 100100

Color Harmonies of #774F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F40

Black with #774F40

Text Example


Text Example

White with #774F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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