#762959

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

Shades of Flirt #762959

Tints of Flirt #762959

Color information

#762959 (or 0x762959) is unknown color: approx Flirt. HEX triplet: 76, 29 and 59. RGB value is (118,41,89). Sum of RGB (Red+Green+Blue) = 118+41+89=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #762959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762959 is #89D6A6. Grayscale: #454545. Windows color (decimal): -9033383 or 5843318. OLE color: 5843318.

HSL color Cylindrical-coordinate representation of color #762959: hue angle of 322.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #762959 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1184189-
CMYK00.650.250.54
HSL322.6º48.43%31.18%-
HSV(B)322.6º65.25%46.27%-
XYZ10.076.1610.11-
YUV69.5139.01162.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 89 (35.16% from 255) = 35.89%
R=47.58%
G=16.53%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118418900.650.250.54322.648.4331.18
Hex7629590411936143301f
Octal16651131010131665036037
Binary11101101010011011001010000011100111011010100001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762959; }

 p { color: rgb(118,41,89); }

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

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

 a { background-color: rgb(118,41,89); }

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

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

 span { border-color: rgb(118,41,89); }

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