#774B3C

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

Shades of Nutmeg #774B3C

Tints of Nutmeg #774B3C

Color information

#774B3C (or 0x774B3C) is unknown color: approx Nutmeg. HEX triplet: 77, 4B and 3C. RGB value is (119,75,60). Sum of RGB (Red+Green+Blue) = 119+75+60=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #774B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B3C is #88B4C3. Grayscale: #565656. Windows color (decimal): -8959172 or 3951479. OLE color: 3951479.

HSL color Cylindrical-coordinate representation of color #774B3C: hue angle of 15.25º degrees, saturation: 0.33, 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 #774B3C is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1197560-
CMYK00.370.500.53
HSL15.25º32.96%35.1%-
HSV(B)15.25º49.58%46.67%-
XYZ10.949.285.49-
YUV86.45113.08151.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 75 (29.69% from 255) = 29.53%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=46.85%
G=29.53%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119756000.370.500.5315.2532.9635.1
Hex774B3C0253235f2123
Octal167113740456265174143
Binary1110111100101111110001001011100101101011111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,75,60); }

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

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

 a { background-color: rgb(119,75,60); }

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

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

 span { border-color: rgb(119,75,60); }

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