#762D5A

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

Shades of Flirt #762D5A

Tints of Flirt #762D5A

Color information

#762D5A (or 0x762D5A) is unknown color: approx Flirt. HEX triplet: 76, 2D and 5A. RGB value is (118,45,90). Sum of RGB (Red+Green+Blue) = 118+45+90=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #762D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762D5A is #89D2A5. Grayscale: #474747. Windows color (decimal): -9032358 or 5909878. OLE color: 5909878.

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

Color convert

RGB1184590-
CMYK00.620.240.54
HSL323.01º44.79%31.96%-
HSV(B)323.01º61.86%46.27%-
XYZ10.266.4710.38-
YUV71.96138.18160.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 45 (17.97% from 255) = 17.79%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=46.64%
G=17.79%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118459000.620.240.54323.0144.7931.96
Hex762D5A03E18361432d20
Octal1665513207630665035540
Binary11101101011011011010011111011000110110101000011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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