#753A5C

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

Shades of Finn #753A5C

Tints of Finn #753A5C

Color information

#753A5C (or 0x753A5C) is unknown color: approx Finn. HEX triplet: 75, 3A and 5C. RGB value is (117,58,92). Sum of RGB (Red+Green+Blue) = 117+58+92=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #753A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A5C is #8AC5A3. Grayscale: #4F4F4F. Windows color (decimal): -9094564 or 6044277. OLE color: 6044277.

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

Color convert

RGB1175892-
CMYK00.500.210.54
HSL325.42º33.71%34.31%-
HSV(B)325.42º50.43%45.88%-
XYZ10.787.5811.02-
YUV79.52135.05154.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 58 (23.05% from 255) = 21.72%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=43.82%
G=21.72%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117589200.500.210.54325.4233.7134.31
Hex753A5C03215361452222
Octal1657213406225665054242
Binary11101011110101011100011001010101110110101000101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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