#753C5A

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

Shades of Finn #753C5A

Tints of Finn #753C5A

Color information

#753C5A (or 0x753C5A) is unknown color: approx Finn. HEX triplet: 75, 3C and 5A. RGB value is (117,60,90). Sum of RGB (Red+Green+Blue) = 117+60+90=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #753C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C5A is #8AC3A5. Grayscale: #505050. Windows color (decimal): -9094054 or 5913717. OLE color: 5913717.

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

Color convert

RGB1176090-
CMYK00.490.230.54
HSL328.42º32.2%34.71%-
HSV(B)328.42º48.72%45.88%-
XYZ10.87.7510.6-
YUV80.46133.38154.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=43.82%
G=22.47%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117609000.490.230.54328.4232.234.71
Hex753C5A03117361482023
Octal1657413206127665104043
Binary11101011111001011010011000110111110110101001000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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