#762D57

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

Shades of Flirt #762D57

Tints of Flirt #762D57

Color information

#762D57 (or 0x762D57) is unknown color: approx Flirt. HEX triplet: 76, 2D and 57. RGB value is (118,45,87). Sum of RGB (Red+Green+Blue) = 118+45+87=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #762D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762D57 is #89D2A8. Grayscale: #474747. Windows color (decimal): -9032361 or 5713270. OLE color: 5713270.

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

Color convert

RGB1184587-
CMYK00.620.260.54
HSL325.48º44.79%31.96%-
HSV(B)325.48º61.86%46.27%-
XYZ10.136.429.72-
YUV71.61136.68161.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 87 (34.38% from 255) = 34.8%
R=47.2%
G=18%
B=34.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118458700.620.260.54325.4844.7931.96
Hex762D5703E1A361452d20
Octal1665512707632665055540
Binary11101101011011010111011111011010110110101000101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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