#754556

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

Shades of Finn #754556

Tints of Finn #754556

Color information

#754556 (or 0x754556) is unknown color: approx Finn. HEX triplet: 75, 45 and 56. RGB value is (117,69,86). Sum of RGB (Red+Green+Blue) = 117+69+86=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #754556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754556 is #8ABAA9. Grayscale: #555555. Windows color (decimal): -9091754 or 5653877. OLE color: 5653877.

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

Color convert

RGB1176986-
CMYK00.410.260.54
HSL338.75º25.81%36.47%-
HSV(B)338.75º41.03%45.88%-
XYZ11.148.719.9-
YUV85.29128.4150.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=43.01%
G=25.37%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117698600.410.260.54338.7525.8136.47
Hex7545560291A361531a24
Octal16510512605132665233244
Binary11101011000101101011001010011101011011010101001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754556; }

 p { color: rgb(117,69,86); }

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

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

 a { background-color: rgb(117,69,86); }

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

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

 span { border-color: rgb(117,69,86); }

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