#745C57

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

Shades of Russett #745C57

Tints of Russett #745C57

Color information

#745C57 (or 0x745C57) is unknown color: approx Russett. HEX triplet: 74, 5C and 57. RGB value is (116,92,87). Sum of RGB (Red+Green+Blue) = 116+92+87=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #745C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C57 is #8BA3A8. Grayscale: #626262. Windows color (decimal): -9151401 or 5725300. OLE color: 5725300.

HSL color Cylindrical-coordinate representation of color #745C57: hue angle of 10.34º 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 #745C57 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1169287-
CMYK00.210.250.55
HSL10.34º14.29%39.8%-
HSV(B)10.34º25%45.49%-
XYZ12.7512.0610.67-
YUV98.61121.45140.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 87 (34.38% from 255) = 29.49%
R=39.32%
G=31.19%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116928700.210.250.5510.3414.2939.8
Hex745C570151937ae28
Octal1641341270253167121650
Binary1110100101110010101110101011100111011110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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