#762E53

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

Shades of Flirt #762E53

Tints of Flirt #762E53

Color information

#762E53 (or 0x762E53) is unknown color: approx Flirt. HEX triplet: 76, 2E and 53. RGB value is (118,46,83). Sum of RGB (Red+Green+Blue) = 118+46+83=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #762E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E53 is #89D1AC. Grayscale: #474747. Windows color (decimal): -9032109 or 5451382. OLE color: 5451382.

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

Color convert

RGB1184683-
CMYK00.610.300.54
HSL329.17º43.9%32.16%-
HSV(B)329.17º61.02%46.27%-
XYZ10.016.438.9-
YUV71.75134.35160.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=47.77%
G=18.62%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118468300.610.300.54329.1743.932.16
Hex762E5303D1E361492c20
Octal1665612307536665115440
Binary11101101011101010011011110111110110110101001001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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