#775246

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

Shades of Nutmeg #775246

Tints of Nutmeg #775246

Color information

#775246 (or 0x775246) is unknown color: approx Nutmeg. HEX triplet: 77, 52 and 46. RGB value is (119,82,70). Sum of RGB (Red+Green+Blue) = 119+82+70=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #775246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775246 is #88ADB9. Grayscale: #5B5B5B. Windows color (decimal): -8957370 or 4608631. OLE color: 4608631.

HSL color Cylindrical-coordinate representation of color #775246: hue angle of 14.69º 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 #775246 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB1198270-
CMYK00.310.410.53
HSL14.69º25.93%37.06%-
HSV(B)14.69º41.18%46.67%-
XYZ11.7310.47.18-
YUV91.7115.76147.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=43.91%
G=30.26%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119827000.310.410.5314.6925.9337.06
Hex77524601F2935f1a25
Octal1671221060375165173245
Binary111011110100101000110011111101001110101111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775246; }

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

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

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

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

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

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

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

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