#774B3E

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

Shades of Nutmeg #774B3E

Tints of Nutmeg #774B3E

Color information

#774B3E (or 0x774B3E) is unknown color: approx Nutmeg. HEX triplet: 77, 4B and 3E. RGB value is (119,75,62). Sum of RGB (Red+Green+Blue) = 119+75+62=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #774B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B3E is #88B4C1. Grayscale: #565656. Windows color (decimal): -8959170 or 4082551. OLE color: 4082551.

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

Color convert

RGB1197562-
CMYK00.370.480.53
HSL13.68º31.49%35.49%-
HSV(B)13.68º47.9%46.67%-
XYZ10.999.35.77-
YUV86.67114.08151.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 62 (24.61% from 255) = 24.22%
R=46.48%
G=29.30%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119756200.370.480.5313.6831.4935.49
Hex774B3E0253035e1f23
Octal167113760456065163743
Binary111011110010111111100100101110000110101111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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