#763557

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

Shades of Flirt #763557

Tints of Flirt #763557

Color information

#763557 (or 0x763557) is unknown color: approx Flirt. HEX triplet: 76, 35 and 57. RGB value is (118,53,87). Sum of RGB (Red+Green+Blue) = 118+53+87=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #763557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763557 is #89CAA8. Grayscale: #4C4C4C. Windows color (decimal): -9030313 or 5715318. OLE color: 5715318.

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

Color convert

RGB1185387-
CMYK00.550.260.54
HSL328.62º38.01%33.53%-
HSV(B)328.62º55.08%46.27%-
XYZ10.467.099.83-
YUV76.31134.03157.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.74%
GREEN value IS 53 (21.09% from 255) = 20.54%
BLUE value IS 87 (34.38% from 255) = 33.72%
R=45.74%
G=20.54%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118538700.550.260.54328.6238.0133.53
Hex7635570371A361492622
Octal1666512706732665114642
Binary11101101101011010111011011111010110110101001001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763557; }

 p { color: rgb(118,53,87); }

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

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

 a { background-color: rgb(118,53,87); }

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

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

 span { border-color: rgb(118,53,87); }

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