Html Css Color HEX #774C40 Nutmeg

📋 copy color: '#774C40'

red 119 ◦ green 76 ◦ blue 64

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

Shades of Nutmeg #774C40

Tints of Nutmeg #774C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.34%

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

R = 45.95%
G = 29.34%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#774C40 (or 0x774C40) is known color: Nutmeg. HEX triplet: 77, 4C and 40. RGB value is (119,76,64). Sum of RGB (Red+Green+Blue) = 119+76+64=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #774C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C40 is #88B3BF. Grayscale: #575757. Windows color (decimal): -8958912 or 4213879. OLE color: 4213879.

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

Color convert

RGB 119 76 64 -
CMYK 0 0.36 0.46 0.53
HSL 13.09º 0.3% 0.36% -
HSV(B) 13.09º 0.46% 0.47% -
XYZ 11.12 9.46 6.09 -
YUV 87.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 119 76 64 0 0.36 0.46 0.53 13.09 0.3 0.36
Hex 77 4C 40 0 24 2E 35 D 1E 24
Octal 167 114 100 0 44 56 65 15 36 44
Binary 1110111 1001100 1000000 0 100100 101110 110101 1101 11110 100100

Color Harmonies of #774C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C40

Black with #774C40

Text Example


Text Example

White with #774C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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