#775042

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

Shades of Nutmeg #775042

Tints of Nutmeg #775042

Color information

#775042 (or 0x775042) is unknown color: approx Nutmeg. HEX triplet: 77, 50 and 42. RGB value is (119,80,66). Sum of RGB (Red+Green+Blue) = 119+80+66=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #775042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775042 is #88AFBD. Grayscale: #5A5A5A. Windows color (decimal): -8957886 or 4345975. OLE color: 4345975.

HSL color Cylindrical-coordinate representation of color #775042: hue angle of 15.85º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #775042 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1198066-
CMYK00.330.450.53
HSL15.85º28.65%36.27%-
HSV(B)15.85º44.54%46.67%-
XYZ11.4610.056.49-
YUV90.06114.42148.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=44.91%
G=30.19%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119806600.330.450.5315.8528.6536.27
Hex7750420212D35101d24
Octal1671201020415565203544
Binary11101111010000100001001000011011011101011000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775042; }

 p { color: rgb(119,80,66); }

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

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

 a { background-color: rgb(119,80,66); }

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

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

 span { border-color: rgb(119,80,66); }

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