#745E57

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

Shades of Russett #745E57

Tints of Russett #745E57

Color information

#745E57 (or 0x745E57) is unknown color: approx Russett. HEX triplet: 74, 5E and 57. RGB value is (116,94,87). Sum of RGB (Red+Green+Blue) = 116+94+87=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #745E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E57 is #8BA1A8. Grayscale: #636363. Windows color (decimal): -9150889 or 5725812. OLE color: 5725812.

HSL color Cylindrical-coordinate representation of color #745E57: hue angle of 14.48º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #745E57 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1169487-
CMYK00.190.250.55
HSL14.48º14.29%39.8%-
HSV(B)14.48º25%45.49%-
XYZ12.9312.4110.73-
YUV99.78120.79139.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 94 (37.11% from 255) = 31.65%
BLUE value IS 87 (34.38% from 255) = 29.29%
R=39.06%
G=31.65%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116948700.190.250.5514.4814.2939.8
Hex745E570131937ee28
Octal1641361270233167161650
Binary1110100101111010101110100111100111011111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745E57; }

 p { color: rgb(116,94,87); }

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

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

 a { background-color: rgb(116,94,87); }

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

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

 span { border-color: rgb(116,94,87); }

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