#754855

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

Shades of Finn #754855

Tints of Finn #754855

Color information

#754855 (or 0x754855) is unknown color: approx Finn. HEX triplet: 75, 48 and 55. RGB value is (117,72,85). Sum of RGB (Red+Green+Blue) = 117+72+85=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #754855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754855 is #8AB7AA. Grayscale: #565656. Windows color (decimal): -9090987 or 5589109. OLE color: 5589109.

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

Color convert

RGB1177285-
CMYK00.380.270.54
HSL342.67º23.81%37.06%-
HSV(B)342.67º38.46%45.88%-
XYZ11.299.079.75-
YUV86.94126.91149.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 85 (33.59% from 255) = 31.02%
R=42.70%
G=26.28%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117728500.380.270.54342.6723.8137.06
Hex7548550261B361571825
Octal16511012504633665273045
Binary11101011001000101010101001101101111011010101011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754855; }

 p { color: rgb(117,72,85); }

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

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

 a { background-color: rgb(117,72,85); }

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

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

 span { border-color: rgb(117,72,85); }

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