#753F56

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

Shades of Finn #753F56

Tints of Finn #753F56

Color information

#753F56 (or 0x753F56) is unknown color: approx Finn. HEX triplet: 75, 3F and 56. RGB value is (117,63,86). Sum of RGB (Red+Green+Blue) = 117+63+86=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #753F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F56 is #8AC0A9. Grayscale: #515151. Windows color (decimal): -9093290 or 5652341. OLE color: 5652341.

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

Color convert

RGB1176386-
CMYK00.460.260.54
HSL334.44º30%35.29%-
HSV(B)334.44º46.15%45.88%-
XYZ10.798.019.78-
YUV81.77130.39153.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 63 (25% from 255) = 23.68%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=43.98%
G=23.68%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117638600.460.260.54334.443035.29
Hex753F5602E1A3614e1e23
Octal1657712605632665163643
Binary1110101111111101011001011101101011011010100111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,63,86); }

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

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

 a { background-color: rgb(117,63,86); }

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

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

 span { border-color: rgb(117,63,86); }

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