#754255

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

Shades of Finn #754255

Tints of Finn #754255

Color information

#754255 (or 0x754255) is unknown color: approx Finn. HEX triplet: 75, 42 and 55. RGB value is (117,66,85). Sum of RGB (Red+Green+Blue) = 117+66+85=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #754255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754255 is #8ABDAA. Grayscale: #535353. Windows color (decimal): -9092523 or 5587573. OLE color: 5587573.

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

Color convert

RGB1176685-
CMYK00.440.270.54
HSL337.65º27.87%35.88%-
HSV(B)337.65º43.59%45.88%-
XYZ10.928.339.63-
YUV83.42128.9151.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=43.66%
G=24.63%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117668500.440.270.54337.6527.8735.88
Hex75425502C1B361521c24
Octal16510212505433665223444
Binary11101011000010101010101011001101111011010101001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754255; }

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

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

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

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

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

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

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

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