#762659

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

Shades of Flirt #762659

Tints of Flirt #762659

Color information

#762659 (or 0x762659) is unknown color: approx Flirt. HEX triplet: 76, 26 and 59. RGB value is (118,38,89). Sum of RGB (Red+Green+Blue) = 118+38+89=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #762659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762659 is #89D9A6. Grayscale: #434343. Windows color (decimal): -9034151 or 5842550. OLE color: 5842550.

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

Color convert

RGB1183889-
CMYK00.680.250.54
HSL321.75º51.28%30.59%-
HSV(B)321.75º67.8%46.27%-
XYZ9.975.9610.08-
YUV67.73140163.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 89 (35.16% from 255) = 36.33%
R=48.16%
G=15.51%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118388900.680.250.54321.7551.2830.59
Hex7626590441936142331f
Octal16646131010431665026337
Binary11101101001101011001010001001100111011010100001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762659; }

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

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

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

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

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

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

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

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