#772E5B

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

Shades of Flirt #772E5B

Tints of Flirt #772E5B

Color information

#772E5B (or 0x772E5B) is unknown color: approx Flirt. HEX triplet: 77, 2E and 5B. RGB value is (119,46,91). Sum of RGB (Red+Green+Blue) = 119+46+91=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #772E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772E5B is #88D1A4. Grayscale: #484848. Windows color (decimal): -8966565 or 5975671. OLE color: 5975671.

HSL color Cylindrical-coordinate representation of color #772E5B: hue angle of 323.01º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772E5B is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1194691-
CMYK00.610.240.53
HSL323.01º44.24%32.35%-
HSV(B)323.01º61.34%46.67%-
XYZ10.476.6310.63-
YUV72.96138.18160.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 46 (18.36% from 255) = 17.97%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=46.48%
G=17.97%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119469100.610.240.53323.0144.2432.35
Hex772E5B03D18351432c20
Octal1675613307530655035440
Binary11101111011101011011011110111000110101101000011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772E5B; }

 p { color: rgb(119,46,91); }

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

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

 a { background-color: rgb(119,46,91); }

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

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

 span { border-color: rgb(119,46,91); }

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