#774A3B

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

Shades of Nutmeg #774A3B

Tints of Nutmeg #774A3B

Color information

#774A3B (or 0x774A3B) is unknown color: approx Nutmeg. HEX triplet: 77, 4A and 3B. RGB value is (119,74,59). Sum of RGB (Red+Green+Blue) = 119+74+59=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #774A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A3B is #88B5C4. Grayscale: #555555. Windows color (decimal): -8959429 or 3885687. OLE color: 3885687.

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

Color convert

RGB1197459-
CMYK00.380.500.53
HSL15º33.71%34.9%-
HSV(B)15º50.42%46.67%-
XYZ10.859.145.33-
YUV85.74112.91151.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 74 (29.30% from 255) = 29.37%
BLUE value IS 59 (23.44% from 255) = 23.41%
R=47.22%
G=29.37%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119745900.380.500.531533.7134.9
Hex774A3B0263235f2223
Octal167112730466265174243
Binary1110111100101011101101001101100101101011111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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