Html Css Color HEX #774A3E Nutmeg

📋 copy color: '#774A3E'

red 119 ◦ green 74 ◦ blue 62

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

Shades of Nutmeg #774A3E

Tints of Nutmeg #774A3E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.02%

 BLUE value IS 62 (24.61% from 255) = 24.31%

R = 46.67%
G = 29.02%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#774A3E (or 0x774A3E) is known color: Nutmeg. HEX triplet: 77, 4A and 3E. RGB value is (119,74,62). Sum of RGB (Red+Green+Blue) = 119+74+62=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #774A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A3E is #88B5C1. Grayscale: #565656. Windows color (decimal): -8959426 or 4082295. OLE color: 4082295.

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

Color convert

RGB 119 74 62 -
CMYK 0 0.38 0.48 0.53
HSL 12.63º 0.31% 0.35% -
HSV(B) 12.63º 0.48% 0.47% -
XYZ 10.93 9.17 5.75 -
YUV 86.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 119 74 62 0 0.38 0.48 0.53 12.63 0.31 0.35
Hex 77 4A 3E 0 26 30 35 D 1F 23
Octal 167 112 76 0 46 60 65 15 37 43
Binary 1110111 1001010 111110 0 100110 110000 110101 1101 11111 100011

Color Harmonies of #774A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A3E

Black with #774A3E

Text Example


Text Example

White with #774A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,74,62); }

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

background-color css

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

 a { background-color: rgb(119,74,62); }

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

border-color css

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

 span { border-color: rgb(119,74,62); }

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