#753E5A

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

Shades of Finn #753E5A

Tints of Finn #753E5A

Color information

#753E5A (or 0x753E5A) is unknown color: approx Finn. HEX triplet: 75, 3E and 5A. RGB value is (117,62,90). Sum of RGB (Red+Green+Blue) = 117+62+90=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #753E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E5A is #8AC1A5. Grayscale: #515151. Windows color (decimal): -9093542 or 5914229. OLE color: 5914229.

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

Color convert

RGB1176290-
CMYK00.470.230.54
HSL329.45º30.73%35.1%-
HSV(B)329.45º47.01%45.88%-
XYZ10.97.9710.64-
YUV81.64132.72153.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=43.49%
G=23.05%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117629000.470.230.54329.4530.7335.1
Hex753E5A02F17361491f23
Octal1657613205727665113743
Binary1110101111110101101001011111011111011010100100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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