#754054

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

Shades of Finn #754054

Tints of Finn #754054

Color information

#754054 (or 0x754054) is unknown color: approx Finn. HEX triplet: 75, 40 and 54. RGB value is (117,64,84). Sum of RGB (Red+Green+Blue) = 117+64+84=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #754054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754054 is #8ABFAB. Grayscale: #525252. Windows color (decimal): -9093036 or 5521525. OLE color: 5521525.

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

Color convert

RGB1176484-
CMYK00.450.280.54
HSL337.36º29.28%35.49%-
HSV(B)337.36º45.3%45.88%-
XYZ10.778.099.38-
YUV82.13129.06152.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 84 (33.20% from 255) = 31.70%
R=44.15%
G=24.15%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117648400.450.280.54337.3629.2835.49
Hex75405402D1C361511d23
Octal16510012405534665213543
Binary11101011000000101010001011011110011011010101000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754054; }

 p { color: rgb(117,64,84); }

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

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

 a { background-color: rgb(117,64,84); }

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

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

 span { border-color: rgb(117,64,84); }

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