#754753

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

Shades of Finn #754753

Tints of Finn #754753

Color information

#754753 (or 0x754753) is unknown color: approx Finn. HEX triplet: 75, 47 and 53. RGB value is (117,71,83). Sum of RGB (Red+Green+Blue) = 117+71+83=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #754753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754753 is #8AB8AC. Grayscale: #565656. Windows color (decimal): -9091245 or 5457781. OLE color: 5457781.

HSL color Cylindrical-coordinate representation of color #754753: hue angle of 344.35º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #754753 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1177183-
CMYK00.390.290.54
HSL344.35º24.47%36.86%-
HSV(B)344.35º39.32%45.88%-
XYZ11.158.919.32-
YUV86.12126.24150.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=43.17%
G=26.20%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117718300.390.290.54344.3524.4736.86
Hex7547530271D361581825
Octal16510712304735665303045
Binary11101011000111101001101001111110111011010101100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754753; }

 p { color: rgb(117,71,83); }

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

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

 a { background-color: rgb(117,71,83); }

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

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

 span { border-color: rgb(117,71,83); }

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