#775148

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

Shades of Nutmeg #775148

Tints of Nutmeg #775148

Color information

#775148 (or 0x775148) is unknown color: approx Nutmeg. HEX triplet: 77, 51 and 48. RGB value is (119,81,72). Sum of RGB (Red+Green+Blue) = 119+81+72=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #775148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775148 is #88AEB7. Grayscale: #5B5B5B. Windows color (decimal): -8957624 or 4739447. OLE color: 4739447.

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

Color convert

RGB1198172-
CMYK00.320.390.53
HSL11.49º24.61%37.45%-
HSV(B)11.49º39.5%46.67%-
XYZ11.7210.277.5-
YUV91.34117.09147.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=43.75%
G=29.78%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119817200.320.390.5311.4924.6137.45
Hex7751480202735b1925
Octal1671211100404765133145
Binary1110111101000110010000100000100111110101101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775148; }

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

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

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

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

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

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

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

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