#763659

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

Shades of Flirt #763659

Tints of Flirt #763659

Color information

#763659 (or 0x763659) is unknown color: approx Flirt. HEX triplet: 76, 36 and 59. RGB value is (118,54,89). Sum of RGB (Red+Green+Blue) = 118+54+89=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #763659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763659 is #89C9A6. Grayscale: #4D4D4D. Windows color (decimal): -9030055 or 5846646. OLE color: 5846646.

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

Color convert

RGB1185489-
CMYK00.540.250.54
HSL327.19º37.21%33.73%-
HSV(B)327.19º54.24%46.27%-
XYZ10.597.2110.28-
YUV77.13134.7157.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 89 (35.16% from 255) = 34.10%
R=45.21%
G=20.69%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118548900.540.250.54327.1937.2133.73
Hex76365903619361472522
Octal1666613106631665074542
Binary11101101101101011001011011011001110110101000111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763659; }

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

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

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

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

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

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

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

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