#774A3F

Color #774A3F Nutmeg (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nutmeg #774A3F

Tints of Nutmeg #774A3F

Color information

#774A3F (or 0x774A3F) is unknown color: approx Nutmeg. HEX triplet: 77, 4A and 3F. RGB value is (119,74,63). Sum of RGB (Red+Green+Blue) = 119+74+63=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #774A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A3F is #88B5C0. Grayscale: #565656. Windows color (decimal): -8959425 or 4147831. OLE color: 4147831.

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

Color convert

RGB1197463-
CMYK00.380.470.53
HSL11.79º30.77%35.69%-
HSV(B)11.79º47.06%46.67%-
XYZ10.959.185.9-
YUV86.2114.91151.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 63 (25% from 255) = 24.61%
R=46.48%
G=28.91%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119746300.380.470.5311.7930.7735.69
Hex774A3F0262F35c1f24
Octal167112770465765143744
Binary111011110010101111110100110101111110101110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #774A3F;
 }
 .AnyTagClassName
 {
   color: #774A3F;
 }
</style>
background-color css

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

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

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

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

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

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