#772258

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

Shades of Flirt #772258

Tints of Flirt #772258

Color information

#772258 (or 0x772258) is unknown color: approx Flirt. HEX triplet: 77, 22 and 58. RGB value is (119,34,88). Sum of RGB (Red+Green+Blue) = 119+34+88=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #772258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772258 is #88DDA7. Grayscale: #414141. Windows color (decimal): -8969640 or 5775991. OLE color: 5775991.

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

Color convert

RGB1193488-
CMYK00.710.260.53
HSL321.88º55.56%30%-
HSV(B)321.88º71.43%46.67%-
XYZ9.945.779.82-
YUV65.57140.66166.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 34 (13.67% from 255) = 14.11%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=49.38%
G=14.11%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119348800.710.260.53321.8855.5630
Hex7722580471A35142381e
Octal16742130010732655027036
Binary11101111000101011000010001111101011010110100001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772258; }

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

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

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

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

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

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

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

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