#754456

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

Shades of Finn #754456

Tints of Finn #754456

Color information

#754456 (or 0x754456) is unknown color: approx Finn. HEX triplet: 75, 44 and 56. RGB value is (117,68,86). Sum of RGB (Red+Green+Blue) = 117+68+86=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #754456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754456 is #8ABBA9. Grayscale: #545454. Windows color (decimal): -9092010 or 5653621. OLE color: 5653621.

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

Color convert

RGB1176886-
CMYK00.420.260.54
HSL337.96º26.49%36.27%-
HSV(B)337.96º41.88%45.88%-
XYZ11.088.599.88-
YUV84.7128.73151.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 86 (33.98% from 255) = 31.73%
R=43.17%
G=25.09%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117688600.420.260.54337.9626.4936.27
Hex75445602A1A361521a24
Octal16510412605232665223244
Binary11101011000100101011001010101101011011010101001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754456; }

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

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

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

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

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

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

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

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