#772058

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

Shades of Flirt #772058

Tints of Flirt #772058

Color information

#772058 (or 0x772058) is unknown color: approx Flirt. HEX triplet: 77, 20 and 58. RGB value is (119,32,88). Sum of RGB (Red+Green+Blue) = 119+32+88=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #772058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772058 is #88DFA7. Grayscale: #404040. Windows color (decimal): -8970152 or 5775479. OLE color: 5775479.

HSL color Cylindrical-coordinate representation of color #772058: hue angle of 321.38º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772058 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1193288-
CMYK00.730.260.53
HSL321.38º57.62%29.61%-
HSV(B)321.38º73.11%46.67%-
XYZ9.895.669.8-
YUV64.4141.32166.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=49.79%
G=13.39%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119328800.730.260.53321.3857.6229.61
Hex7720580491A351413a1e
Octal16740130011132655017236
Binary11101111000001011000010010011101011010110100000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772058; }

 p { color: rgb(119,32,88); }

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

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

 a { background-color: rgb(119,32,88); }

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

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

 span { border-color: rgb(119,32,88); }

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