#775248

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

Shades of Nutmeg #775248

Tints of Nutmeg #775248

Color information

#775248 (or 0x775248) is unknown color: approx Nutmeg. HEX triplet: 77, 52 and 48. RGB value is (119,82,72). Sum of RGB (Red+Green+Blue) = 119+82+72=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #775248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775248 is #88ADB7. Grayscale: #5B5B5B. Windows color (decimal): -8957368 or 4739703. OLE color: 4739703.

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

Color convert

RGB1198272-
CMYK00.310.390.53
HSL12.77º24.61%37.45%-
HSV(B)12.77º39.5%46.67%-
XYZ11.7910.427.52-
YUV91.92116.76147.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=43.59%
G=30.04%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119827200.310.390.5312.7724.6137.45
Hex77524801F2735d1925
Octal1671221100374765153145
Binary111011110100101001000011111100111110101110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775248; }

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

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

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

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

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

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

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

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