#772657

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

Shades of Flirt #772657

Tints of Flirt #772657

Color information

#772657 (or 0x772657) is unknown color: approx Flirt. HEX triplet: 77, 26 and 57. RGB value is (119,38,87). Sum of RGB (Red+Green+Blue) = 119+38+87=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #772657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772657 is #88D9A8. Grayscale: #434343. Windows color (decimal): -8968617 or 5711479. OLE color: 5711479.

HSL color Cylindrical-coordinate representation of color #772657: hue angle of 323.7º 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 #772657 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1193887-
CMYK00.680.270.53
HSL323.7º51.59%30.78%-
HSV(B)323.7º68.07%46.67%-
XYZ10.0269.65-
YUV67.8138.84164.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 87 (34.38% from 255) = 35.66%
R=48.77%
G=15.57%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119388700.680.270.53323.751.5930.78
Hex7726570441B35144341f
Octal16746127010433655046437
Binary11101111001101010111010001001101111010110100010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772657; }

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

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

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

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

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

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

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

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