#765044

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

Shades of Nutmeg #765044

Tints of Nutmeg #765044

Color information

#765044 (or 0x765044) is unknown color: approx Nutmeg. HEX triplet: 76, 50 and 44. RGB value is (118,80,68). Sum of RGB (Red+Green+Blue) = 118+80+68=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #765044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765044 is #89AFBB. Grayscale: #5A5A5A. Windows color (decimal): -9023420 or 4477046. OLE color: 4477046.

HSL color Cylindrical-coordinate representation of color #765044: hue angle of 14.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #765044 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1188068-
CMYK00.320.420.54
HSL14.4º26.88%36.47%-
HSV(B)14.4º42.37%46.27%-
XYZ11.3810.016.8-
YUV89.99115.59147.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 68 (26.95% from 255) = 25.56%
R=44.36%
G=30.08%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118806800.320.420.5414.426.8836.47
Hex7650440202A36e1b24
Octal1661201040405266163344
Binary1110110101000010001000100000101010110110111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765044; }

 p { color: rgb(118,80,68); }

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

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

 a { background-color: rgb(118,80,68); }

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

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

 span { border-color: rgb(118,80,68); }

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