#754057

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

Shades of Finn #754057

Tints of Finn #754057

Color information

#754057 (or 0x754057) is unknown color: approx Finn. HEX triplet: 75, 40 and 57. RGB value is (117,64,87). Sum of RGB (Red+Green+Blue) = 117+64+87=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #754057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754057 is #8ABFA8. Grayscale: #525252. Windows color (decimal): -9093033 or 5718133. OLE color: 5718133.

HSL color Cylindrical-coordinate representation of color #754057: hue angle of 333.96º 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 #754057 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1176487-
CMYK00.450.260.54
HSL333.96º29.28%35.49%-
HSV(B)333.96º45.3%45.88%-
XYZ10.898.1410.01-
YUV82.47130.56152.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 87 (34.38% from 255) = 32.46%
R=43.66%
G=23.88%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117648700.450.260.54333.9629.2835.49
Hex75405702D1A3614e1d23
Octal16510012705532665163543
Binary11101011000000101011101011011101011011010100111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754057; }

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

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

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

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

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

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

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

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