#754358

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

Shades of Finn #754358

Tints of Finn #754358

Color information

#754358 (or 0x754358) is unknown color: approx Finn. HEX triplet: 75, 43 and 58. RGB value is (117,67,88). Sum of RGB (Red+Green+Blue) = 117+67+88=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #754358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754358 is #8ABCA7. Grayscale: #545454. Windows color (decimal): -9092264 or 5784437. OLE color: 5784437.

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

Color convert

RGB1176788-
CMYK00.430.250.54
HSL334.8º27.17%36.08%-
HSV(B)334.8º42.74%45.88%-
XYZ11.18.510.29-
YUV84.34130.06151.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 67 (26.56% from 255) = 24.63%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=43.01%
G=24.63%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117678800.430.250.54334.827.1736.08
Hex75435802B193614f1b24
Octal16510313005331665173344
Binary11101011000011101100001010111100111011010100111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754358; }

 p { color: rgb(117,67,88); }

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

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

 a { background-color: rgb(117,67,88); }

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

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

 span { border-color: rgb(117,67,88); }

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