#762E57

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

Shades of Flirt #762E57

Tints of Flirt #762E57

Color information

#762E57 (or 0x762E57) is unknown color: approx Flirt. HEX triplet: 76, 2E and 57. RGB value is (118,46,87). Sum of RGB (Red+Green+Blue) = 118+46+87=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #762E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E57 is #89D1A8. Grayscale: #484848. Windows color (decimal): -9032105 or 5713526. OLE color: 5713526.

HSL color Cylindrical-coordinate representation of color #762E57: hue angle of 325.83º 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 #762E57 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1184687-
CMYK00.610.260.54
HSL325.83º43.9%32.16%-
HSV(B)325.83º61.02%46.27%-
XYZ10.176.499.73-
YUV72.2136.35160.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 46 (18.36% from 255) = 18.33%
BLUE value IS 87 (34.38% from 255) = 34.66%
R=47.01%
G=18.33%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118468700.610.260.54325.8343.932.16
Hex762E5703D1A361462c20
Octal1665612707532665065440
Binary11101101011101010111011110111010110110101000110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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