#763059

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

Shades of Flirt #763059

Tints of Flirt #763059

Color information

#763059 (or 0x763059) is unknown color: approx Flirt. HEX triplet: 76, 30 and 59. RGB value is (118,48,89). Sum of RGB (Red+Green+Blue) = 118+48+89=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #763059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763059 is #89CFA6. Grayscale: #494949. Windows color (decimal): -9031591 or 5845110. OLE color: 5845110.

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

Color convert

RGB1184889-
CMYK00.590.250.54
HSL324.86º42.17%32.55%-
HSV(B)324.86º59.32%46.27%-
XYZ10.336.6910.2-
YUV73.6136.69159.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=46.27%
G=18.82%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118488900.590.250.54324.8642.1732.55
Hex76305903B19361452a21
Octal1666013107331665055241
Binary11101101100001011001011101111001110110101000101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763059; }

 p { color: rgb(118,48,89); }

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

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

 a { background-color: rgb(118,48,89); }

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

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

 span { border-color: rgb(118,48,89); }

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