#772552

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

Shades of Flirt #772552

Tints of Flirt #772552

Color information

#772552 (or 0x772552) is unknown color: approx Flirt. HEX triplet: 77, 25 and 52. RGB value is (119,37,82). Sum of RGB (Red+Green+Blue) = 119+37+82=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #772552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772552 is #88DAAD. Grayscale: #424242. Windows color (decimal): -8968878 or 5383543. OLE color: 5383543.

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

Color convert

RGB1193782-
CMYK00.690.310.53
HSL327.07º52.56%30.59%-
HSV(B)327.07º68.91%46.67%-
XYZ9.795.858.6-
YUV66.65136.67165.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=50%
G=15.55%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119378200.690.310.53327.0752.5630.59
Hex7725520451F35147351f
Octal16745122010537655076537
Binary11101111001011010010010001011111111010110100011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772552; }

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

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

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

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

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

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

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

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