#775045

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

Shades of Nutmeg #775045

Tints of Nutmeg #775045

Color information

#775045 (or 0x775045) is unknown color: approx Nutmeg. HEX triplet: 77, 50 and 45. RGB value is (119,80,69). Sum of RGB (Red+Green+Blue) = 119+80+69=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #775045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775045 is #88AFBA. Grayscale: #5A5A5A. Windows color (decimal): -8957883 or 4542583. OLE color: 4542583.

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

Color convert

RGB1198069-
CMYK00.330.420.53
HSL13.2º26.6%36.86%-
HSV(B)13.2º42.02%46.67%-
XYZ11.5510.096.97-
YUV90.41115.92148.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=44.40%
G=29.85%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119806900.330.420.5313.226.636.86
Hex7750450212A35d1b25
Octal1671201050415265153345
Binary1110111101000010001010100001101010110101110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775045; }

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

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

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

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

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

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

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

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