#762E55

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

Shades of Flirt #762E55

Tints of Flirt #762E55

Color information

#762E55 (or 0x762E55) is unknown color: approx Flirt. HEX triplet: 76, 2E and 55. RGB value is (118,46,85). Sum of RGB (Red+Green+Blue) = 118+46+85=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #762E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E55 is #89D1AA. Grayscale: #474747. Windows color (decimal): -9032107 or 5582454. OLE color: 5582454.

HSL color Cylindrical-coordinate representation of color #762E55: hue angle of 327.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E55 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB1184685-
CMYK00.610.280.54
HSL327.5º43.9%32.16%-
HSV(B)327.5º61.02%46.27%-
XYZ10.096.469.31-
YUV71.97135.35160.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=47.39%
G=18.47%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118468500.610.280.54327.543.932.16
Hex762E5503D1C361482c20
Octal1665612507534665105440
Binary11101101011101010101011110111100110110101001000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762E55; }

 p { color: rgb(118,46,85); }

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

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

 a { background-color: rgb(118,46,85); }

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

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

 span { border-color: rgb(118,46,85); }

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