#772658

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

Shades of Flirt #772658

Tints of Flirt #772658

Color information

#772658 (or 0x772658) is unknown color: approx Flirt. HEX triplet: 77, 26 and 58. RGB value is (119,38,88). Sum of RGB (Red+Green+Blue) = 119+38+88=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #772658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772658 is #88D9A7. Grayscale: #434343. Windows color (decimal): -8968616 or 5777015. OLE color: 5777015.

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

Color convert

RGB1193888-
CMYK00.680.260.53
HSL322.96º51.59%30.78%-
HSV(B)322.96º68.07%46.67%-
XYZ10.066.019.86-
YUV67.92139.34164.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 88 (34.77% from 255) = 35.92%
R=48.57%
G=15.51%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119388800.680.260.53322.9651.5930.78
Hex7726580441A35143341f
Octal16746130010432655036437
Binary11101111001101011000010001001101011010110100001111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772658; }

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

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

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

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

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

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

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

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