#774B3D

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

Shades of Nutmeg #774B3D

Tints of Nutmeg #774B3D

Color information

#774B3D (or 0x774B3D) is unknown color: approx Nutmeg. HEX triplet: 77, 4B and 3D. RGB value is (119,75,61). Sum of RGB (Red+Green+Blue) = 119+75+61=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #774B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B3D is #88B4C2. Grayscale: #565656. Windows color (decimal): -8959171 or 4017015. OLE color: 4017015.

HSL color Cylindrical-coordinate representation of color #774B3D: hue angle of 14.48º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #774B3D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1197561-
CMYK00.370.490.53
HSL14.48º32.22%35.29%-
HSV(B)14.48º48.74%46.67%-
XYZ10.979.295.63-
YUV86.56113.58151.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 75 (29.69% from 255) = 29.41%
BLUE value IS 61 (24.22% from 255) = 23.92%
R=46.67%
G=29.41%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119756100.370.490.5314.4832.2235.29
Hex774B3D0253135e2023
Octal167113750456165164043
Binary1110111100101111110101001011100011101011110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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