Html Css Color HEX #774D3F Nutmeg

📋 copy color: '#774D3F'

red 119 ◦ green 77 ◦ blue 63

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

Shades of Nutmeg #774D3F

Tints of Nutmeg #774D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.32%

R = 45.95%
G = 29.73%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#774D3F (or 0x774D3F) is known color: Nutmeg. HEX triplet: 77, 4D and 3F. RGB value is (119,77,63). Sum of RGB (Red+Green+Blue) = 119+77+63=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #774D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D3F is #88B2C0. Grayscale: #585858. Windows color (decimal): -8958657 or 4148599. OLE color: 4148599.

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

Color convert

RGB 119 77 63 -
CMYK 0 0.35 0.47 0.53
HSL 15º 0.31% 0.36% -
HSV(B) 15º 0.47% 0.47% -
XYZ 11.16 9.59 5.97 -
YUV 87.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 119 77 63 0 0.35 0.47 0.53 15 0.31 0.36
Hex 77 4D 3F 0 23 2F 35 F 1F 24
Octal 167 115 77 0 43 57 65 17 37 44
Binary 1110111 1001101 111111 0 100011 101111 110101 1111 11111 100100

Color Harmonies of #774D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D3F

Black with #774D3F

Text Example


Text Example

White with #774D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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