#774C3F

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

Shades of Nutmeg #774C3F

Tints of Nutmeg #774C3F

Color information

#774C3F (or 0x774C3F) is unknown color: approx Nutmeg. HEX triplet: 77, 4C and 3F. RGB value is (119,76,63). Sum of RGB (Red+Green+Blue) = 119+76+63=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #774C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C3F is #88B3C0. Grayscale: #575757. Windows color (decimal): -8958913 or 4148343. OLE color: 4148343.

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

Color convert

RGB1197663-
CMYK00.360.470.53
HSL13.93º30.77%35.69%-
HSV(B)13.93º47.06%46.67%-
XYZ11.099.455.94-
YUV87.37114.25150.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 76 (30.08% from 255) = 29.46%
BLUE value IS 63 (25% from 255) = 24.42%
R=46.12%
G=29.46%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119766300.360.470.5313.9330.7735.69
Hex774C3F0242F35e1f24
Octal167114770445765163744
Binary111011110011001111110100100101111110101111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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