#753A5A

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

Shades of Finn #753A5A

Tints of Finn #753A5A

Color information

#753A5A (or 0x753A5A) is unknown color: approx Finn. HEX triplet: 75, 3A and 5A. RGB value is (117,58,90). Sum of RGB (Red+Green+Blue) = 117+58+90=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #753A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A5A is #8AC5A5. Grayscale: #4F4F4F. Windows color (decimal): -9094566 or 5913205. OLE color: 5913205.

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

Color convert

RGB1175890-
CMYK00.500.230.54
HSL327.46º33.71%34.31%-
HSV(B)327.46º50.43%45.88%-
XYZ10.697.5510.57-
YUV79.29134.05154.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 58 (23.05% from 255) = 21.89%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=44.15%
G=21.89%
B=33.96%

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
Decimal117589000.500.230.54327.4633.7134.31
Hex753A5A03217361472222
Octal1657213206227665074242
Binary11101011110101011010011001010111110110101000111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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