#763157

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

Shades of Flirt #763157

Tints of Flirt #763157

Color information

#763157 (or 0x763157) is unknown color: approx Flirt. HEX triplet: 76, 31 and 57. RGB value is (118,49,87). Sum of RGB (Red+Green+Blue) = 118+49+87=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #763157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763157 is #89CEA8. Grayscale: #494949. Windows color (decimal): -9031337 or 5714294. OLE color: 5714294.

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

Color convert

RGB1184987-
CMYK00.580.260.54
HSL326.96º41.32%32.75%-
HSV(B)326.96º58.47%46.27%-
XYZ10.296.749.77-
YUV73.96135.36159.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 87 (34.38% from 255) = 34.25%
R=46.46%
G=19.29%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118498700.580.260.54326.9641.3232.75
Hex76315703A1A361472921
Octal1666112707232665075141
Binary11101101100011010111011101011010110110101000111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763157; }

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

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

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

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

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

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

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

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