#754B55

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

Shades of Finn #754B55

Tints of Finn #754B55

Color information

#754B55 (or 0x754B55) is unknown color: approx Finn. HEX triplet: 75, 4B and 55. RGB value is (117,75,85). Sum of RGB (Red+Green+Blue) = 117+75+85=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #754B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B55 is #8AB4AA. Grayscale: #585858. Windows color (decimal): -9090219 or 5589877. OLE color: 5589877.

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

Color convert

RGB1177585-
CMYK00.360.270.54
HSL345.71º21.87%37.65%-
HSV(B)345.71º35.9%45.88%-
XYZ11.499.479.82-
YUV88.7125.91148.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=42.24%
G=27.08%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117758500.360.270.54345.7121.8737.65
Hex754B550241B3615a1626
Octal16511312504433665322646
Binary11101011001011101010101001001101111011010101101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754B55; }

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

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

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

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

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

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

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

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