#754155

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

Shades of Finn #754155

Tints of Finn #754155

Color information

#754155 (or 0x754155) is unknown color: approx Finn. HEX triplet: 75, 41 and 55. RGB value is (117,65,85). Sum of RGB (Red+Green+Blue) = 117+65+85=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #754155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754155 is #8ABEAA. Grayscale: #525252. Windows color (decimal): -9092779 or 5587317. OLE color: 5587317.

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

Color convert

RGB1176585-
CMYK00.440.270.54
HSL336.92º28.57%35.69%-
HSV(B)336.92º44.44%45.88%-
XYZ10.878.229.61-
YUV82.83129.23152.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 65 (25.78% from 255) = 24.34%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=43.82%
G=24.34%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117658500.440.270.54336.9228.5735.69
Hex75415502C1B361511d24
Octal16510112505433665213544
Binary11101011000001101010101011001101111011010101000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754155; }

 p { color: rgb(117,65,85); }

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

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

 a { background-color: rgb(117,65,85); }

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

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

 span { border-color: rgb(117,65,85); }

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