#754455

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

Shades of Finn #754455

Tints of Finn #754455

Color information

#754455 (or 0x754455) is unknown color: approx Finn. HEX triplet: 75, 44 and 55. RGB value is (117,68,85). Sum of RGB (Red+Green+Blue) = 117+68+85=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #754455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754455 is #8ABBAA. Grayscale: #545454. Windows color (decimal): -9092011 or 5588085. OLE color: 5588085.

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

Color convert

RGB1176885-
CMYK00.420.270.54
HSL339.18º26.49%36.27%-
HSV(B)339.18º41.88%45.88%-
XYZ11.048.579.67-
YUV84.59128.23151.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=43.33%
G=25.19%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117688500.420.270.54339.1826.4936.27
Hex75445502A1B361531a24
Octal16510412505233665233244
Binary11101011000100101010101010101101111011010101001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754455; }

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

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

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

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

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

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

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

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