#762C57

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

Shades of Flirt #762C57

Tints of Flirt #762C57

Color information

#762C57 (or 0x762C57) is unknown color: approx Flirt. HEX triplet: 76, 2C and 57. RGB value is (118,44,87). Sum of RGB (Red+Green+Blue) = 118+44+87=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #762C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C57 is #89D3A8. Grayscale: #464646. Windows color (decimal): -9032617 or 5713014. OLE color: 5713014.

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

Color convert

RGB1184487-
CMYK00.630.260.54
HSL325.14º45.68%31.76%-
HSV(B)325.14º62.71%46.27%-
XYZ10.096.349.71-
YUV71.03137.02161.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 87 (34.38% from 255) = 34.94%
R=47.39%
G=17.67%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118448700.630.260.54325.1445.6831.76
Hex762C5703F1A361452e20
Octal1665412707732665055640
Binary11101101011001010111011111111010110110101000101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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