#765147

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

Shades of Nutmeg #765147

Tints of Nutmeg #765147

Color information

#765147 (or 0x765147) is unknown color: approx Nutmeg. HEX triplet: 76, 51 and 47. RGB value is (118,81,71). Sum of RGB (Red+Green+Blue) = 118+81+71=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #765147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765147 is #89AEB8. Grayscale: #5B5B5B. Windows color (decimal): -9023161 or 4673910. OLE color: 4673910.

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

Color convert

RGB1188171-
CMYK00.310.400.54
HSL12.77º24.87%37.06%-
HSV(B)12.77º39.83%46.27%-
XYZ11.5510.197.32-
YUV90.92116.76147.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 71 (28.12% from 255) = 26.30%
R=43.70%
G=30%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118817100.310.400.5412.7724.8737.06
Hex76514701F2836d1925
Octal1661211070375066153145
Binary111011010100011000111011111101000110110110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765147; }

 p { color: rgb(118,81,71); }

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

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

 a { background-color: rgb(118,81,71); }

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

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

 span { border-color: rgb(118,81,71); }

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