#762450

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

Shades of Flirt #762450

Tints of Flirt #762450

Color information

#762450 (or 0x762450) is unknown color: approx Flirt. HEX triplet: 76, 24 and 50. RGB value is (118,36,80). Sum of RGB (Red+Green+Blue) = 118+36+80=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #762450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762450 is #89DBAF. Grayscale: #414141. Windows color (decimal): -9034672 or 5252214. OLE color: 5252214.

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

Color convert

RGB1183680-
CMYK00.690.320.54
HSL327.8º53.25%30.2%-
HSV(B)327.8º69.49%46.27%-
XYZ9.555.698.18-
YUV65.53136.17165.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 36 (14.45% from 255) = 15.38%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=50.43%
G=15.38%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118368000.690.320.54327.853.2530.2
Hex7624500452036148351e
Octal16644120010540665106536
Binary111011010010010100000100010110000011011010100100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762450; }

 p { color: rgb(118,36,80); }

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

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

 a { background-color: rgb(118,36,80); }

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

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

 span { border-color: rgb(118,36,80); }

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