#772557

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

Shades of Flirt #772557

Tints of Flirt #772557

Color information

#772557 (or 0x772557) is unknown color: approx Flirt. HEX triplet: 77, 25 and 57. RGB value is (119,37,87). Sum of RGB (Red+Green+Blue) = 119+37+87=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #772557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772557 is #88DAA8. Grayscale: #434343. Windows color (decimal): -8968873 or 5711223. OLE color: 5711223.

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

Color convert

RGB1193787-
CMYK00.690.270.53
HSL323.41º52.56%30.59%-
HSV(B)323.41º68.91%46.67%-
XYZ9.995.939.64-
YUV67.22139.17164.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 87 (34.38% from 255) = 35.80%
R=48.97%
G=15.23%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119378700.690.270.53323.4152.5630.59
Hex7725570451B35143351f
Octal16745127010533655036537
Binary11101111001011010111010001011101111010110100001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772557; }

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

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

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

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

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

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

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

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