#772D52

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

Shades of Flirt #772D52

Tints of Flirt #772D52

Color information

#772D52 (or 0x772D52) is unknown color: approx Flirt. HEX triplet: 77, 2D and 52. RGB value is (119,45,82). Sum of RGB (Red+Green+Blue) = 119+45+82=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #772D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D52 is #88D2AD. Grayscale: #474747. Windows color (decimal): -8966830 or 5385591. OLE color: 5385591.

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

Color convert

RGB1194582-
CMYK00.620.310.53
HSL330º45.12%32.16%-
HSV(B)330º62.18%46.67%-
XYZ10.076.418.69-
YUV71.34134.02161.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 45 (17.97% from 255) = 18.29%
BLUE value IS 82 (32.42% from 255) = 33.33%
R=48.37%
G=18.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119458200.620.310.5333045.1232.16
Hex772D5203E1F3514a2d20
Octal1675512207637655125540
Binary11101111011011010010011111011111110101101001010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,45,82); }

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

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

 a { background-color: rgb(119,45,82); }

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

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

 span { border-color: rgb(119,45,82); }

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