#754655

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

Shades of Finn #754655

Tints of Finn #754655

Color information

#754655 (or 0x754655) is unknown color: approx Finn. HEX triplet: 75, 46 and 55. RGB value is (117,70,85). Sum of RGB (Red+Green+Blue) = 117+70+85=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #754655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754655 is #8AB9AA. Grayscale: #555555. Windows color (decimal): -9091499 or 5588597. OLE color: 5588597.

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

Color convert

RGB1177085-
CMYK00.400.270.54
HSL340.85º25.13%36.67%-
HSV(B)340.85º40.17%45.88%-
XYZ11.178.829.71-
YUV85.76127.57150.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 85 (33.59% from 255) = 31.25%
R=43.01%
G=25.74%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117708500.400.270.54340.8525.1336.67
Hex7546550281B361551925
Octal16510612505033665253145
Binary11101011000110101010101010001101111011010101010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754655; }

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

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

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

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

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

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

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

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