#775046

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

Shades of Nutmeg #775046

Tints of Nutmeg #775046

Color information

#775046 (or 0x775046) is unknown color: approx Nutmeg. HEX triplet: 77, 50 and 46. RGB value is (119,80,70). Sum of RGB (Red+Green+Blue) = 119+80+70=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #775046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775046 is #88AFB9. Grayscale: #5A5A5A. Windows color (decimal): -8957882 or 4608119. OLE color: 4608119.

HSL color Cylindrical-coordinate representation of color #775046: hue angle of 12.24º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #775046 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB1198070-
CMYK00.330.410.53
HSL12.24º25.93%37.06%-
HSV(B)12.24º41.18%46.67%-
XYZ11.5810.17.13-
YUV90.52116.42148.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=44.24%
G=29.74%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119807000.330.410.5312.2425.9337.06
Hex7750460212935c1a25
Octal1671201060415165143245
Binary1110111101000010001100100001101001110101110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775046; }

 p { color: rgb(119,80,70); }

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

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

 a { background-color: rgb(119,80,70); }

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

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

 span { border-color: rgb(119,80,70); }

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