#753B57

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

Shades of Finn #753B57

Tints of Finn #753B57

Color information

#753B57 (or 0x753B57) is unknown color: approx Finn. HEX triplet: 75, 3B and 57. RGB value is (117,59,87). Sum of RGB (Red+Green+Blue) = 117+59+87=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #753B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B57 is #8AC4A8. Grayscale: #4F4F4F. Windows color (decimal): -9094313 or 5716853. OLE color: 5716853.

HSL color Cylindrical-coordinate representation of color #753B57: hue angle of 331.03º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753B57 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1175987-
CMYK00.500.260.54
HSL331.03º32.95%34.51%-
HSV(B)331.03º49.57%45.88%-
XYZ10.627.69.92-
YUV79.53132.22154.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 59 (23.44% from 255) = 22.43%
BLUE value IS 87 (34.38% from 255) = 33.08%
R=44.49%
G=22.43%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117598700.500.260.54331.0332.9534.51
Hex753B570321A3614b2123
Octal1657312706232665134143
Binary11101011110111010111011001011010110110101001011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753B57; }

 p { color: rgb(117,59,87); }

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

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

 a { background-color: rgb(117,59,87); }

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

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

 span { border-color: rgb(117,59,87); }

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