#762759

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

Shades of Flirt #762759

Tints of Flirt #762759

Color information

#762759 (or 0x762759) is unknown color: approx Flirt. HEX triplet: 76, 27 and 59. RGB value is (118,39,89). Sum of RGB (Red+Green+Blue) = 118+39+89=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #762759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762759 is #89D8A6. Grayscale: #444444. Windows color (decimal): -9033895 or 5842806. OLE color: 5842806.

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

Color convert

RGB1183989-
CMYK00.670.250.54
HSL322.03º50.32%30.78%-
HSV(B)322.03º66.95%46.27%-
XYZ106.0210.09-
YUV68.32139.67163.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 39 (15.62% from 255) = 15.85%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=47.97%
G=15.85%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118398900.670.250.54322.0350.3230.78
Hex7627590431936142321f
Octal16647131010331665026237
Binary11101101001111011001010000111100111011010100001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762759; }

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

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

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

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

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

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

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

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