#763559

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

Shades of Flirt #763559

Tints of Flirt #763559

Color information

#763559 (or 0x763559) is unknown color: approx Flirt. HEX triplet: 76, 35 and 59. RGB value is (118,53,89). Sum of RGB (Red+Green+Blue) = 118+53+89=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #763559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763559 is #89CAA6. Grayscale: #4C4C4C. Windows color (decimal): -9030311 or 5846390. OLE color: 5846390.

HSL color Cylindrical-coordinate representation of color #763559: hue angle of 326.77º 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 #763559 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1185389-
CMYK00.550.250.54
HSL326.77º38.01%33.53%-
HSV(B)326.77º55.08%46.27%-
XYZ10.557.1210.27-
YUV76.54135.03157.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 89 (35.16% from 255) = 34.23%
R=45.38%
G=20.38%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118538900.550.250.54326.7738.0133.53
Hex76355903719361472622
Octal1666513106731665074642
Binary11101101101011011001011011111001110110101000111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763559; }

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

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

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

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

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

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

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

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