#753B5A

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

Shades of Finn #753B5A

Tints of Finn #753B5A

Color information

#753B5A (or 0x753B5A) is unknown color: approx Finn. HEX triplet: 75, 3B and 5A. RGB value is (117,59,90). Sum of RGB (Red+Green+Blue) = 117+59+90=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #753B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B5A is #8AC4A5. Grayscale: #4F4F4F. Windows color (decimal): -9094310 or 5913461. OLE color: 5913461.

HSL color Cylindrical-coordinate representation of color #753B5A: hue angle of 327.93º 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 #753B5A is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1175990-
CMYK00.500.230.54
HSL327.93º32.95%34.51%-
HSV(B)327.93º49.57%45.88%-
XYZ10.757.6510.58-
YUV79.88133.72154.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 59 (23.44% from 255) = 22.18%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=43.98%
G=22.18%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117599000.500.230.54327.9332.9534.51
Hex753B5A03217361482123
Octal1657313206227665104143
Binary11101011110111011010011001010111110110101001000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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