#763254

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

Shades of Flirt #763254

Tints of Flirt #763254

Color information

#763254 (or 0x763254) is unknown color: approx Flirt. HEX triplet: 76, 32 and 54. RGB value is (118,50,84). Sum of RGB (Red+Green+Blue) = 118+50+84=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #763254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763254 is #89CDAB. Grayscale: #4A4A4A. Windows color (decimal): -9031084 or 5517942. OLE color: 5517942.

HSL color Cylindrical-coordinate representation of color #763254: hue angle of 330º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763254 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1185084-
CMYK00.580.290.54
HSL330º40.48%32.94%-
HSV(B)330º57.63%46.27%-
XYZ10.216.779.16-
YUV74.21133.53159.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 50 (19.92% from 255) = 19.84%
BLUE value IS 84 (33.20% from 255) = 33.33%
R=46.83%
G=19.84%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118508400.580.290.5433040.4832.94
Hex76325403A1D3614a2821
Octal1666212407235665125041
Binary11101101100101010100011101011101110110101001010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763254; }

 p { color: rgb(118,50,84); }

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

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

 a { background-color: rgb(118,50,84); }

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

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

 span { border-color: rgb(118,50,84); }

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