#774C3C

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

Shades of Nutmeg #774C3C

Tints of Nutmeg #774C3C

Color information

#774C3C (or 0x774C3C) is unknown color: approx Nutmeg. HEX triplet: 77, 4C and 3C. RGB value is (119,76,60). Sum of RGB (Red+Green+Blue) = 119+76+60=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #774C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C3C is #88B3C3. Grayscale: #575757. Windows color (decimal): -8958916 or 3951735. OLE color: 3951735.

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

Color convert

RGB1197660-
CMYK00.360.500.53
HSL16.27º32.96%35.1%-
HSV(B)16.27º49.58%46.67%-
XYZ11.019.425.51-
YUV87.03112.75150.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 76 (30.08% from 255) = 29.80%
BLUE value IS 60 (23.83% from 255) = 23.53%
R=46.67%
G=29.80%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119766000.360.500.5316.2732.9635.1
Hex774C3C0243235102123
Octal167114740446265204143
Binary11101111001100111100010010011001011010110000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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