#753B5C

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

Shades of Finn #753B5C

Tints of Finn #753B5C

Color information

#753B5C (or 0x753B5C) is unknown color: approx Finn. HEX triplet: 75, 3B and 5C. RGB value is (117,59,92). Sum of RGB (Red+Green+Blue) = 117+59+92=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #753B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B5C is #8AC4A3. Grayscale: #505050. Windows color (decimal): -9094308 or 6044533. OLE color: 6044533.

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

Color convert

RGB1175992-
CMYK00.500.210.54
HSL325.86º32.95%34.51%-
HSV(B)325.86º49.57%45.88%-
XYZ10.837.6811.04-
YUV80.1134.72154.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 59 (23.44% from 255) = 22.01%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=43.66%
G=22.01%
B=34.33%

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
Decimal117599200.500.210.54325.8632.9534.51
Hex753B5C03215361462123
Octal1657313406225665064143
Binary11101011110111011100011001010101110110101000110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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