#762A5A

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

Shades of Flirt #762A5A

Tints of Flirt #762A5A

Color information

#762A5A (or 0x762A5A) is unknown color: approx Flirt. HEX triplet: 76, 2A and 5A. RGB value is (118,42,90). Sum of RGB (Red+Green+Blue) = 118+42+90=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #762A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762A5A is #89D5A5. Grayscale: #464646. Windows color (decimal): -9033126 or 5909110. OLE color: 5909110.

HSL color Cylindrical-coordinate representation of color #762A5A: hue angle of 322.11º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762A5A is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1184290-
CMYK00.640.240.54
HSL322.11º47.5%31.37%-
HSV(B)322.11º64.41%46.27%-
XYZ10.146.2510.34-
YUV70.2139.18162.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 42 (16.80% from 255) = 16.8%
BLUE value IS 90 (35.55% from 255) = 36%
R=47.2%
G=16.8%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118429000.640.240.54322.1147.531.37
Hex762A5A0401836142301f
Octal16652132010030665026037
Binary11101101010101011010010000001100011011010100001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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