#772955

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

Shades of Flirt #772955

Tints of Flirt #772955

Color information

#772955 (or 0x772955) is unknown color: approx Flirt. HEX triplet: 77, 29 and 55. RGB value is (119,41,85). Sum of RGB (Red+Green+Blue) = 119+41+85=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #772955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772955 is #88D6AA. Grayscale: #454545. Windows color (decimal): -8967851 or 5581175. OLE color: 5581175.

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

Color convert

RGB1194185-
CMYK00.660.290.53
HSL326.15º48.75%31.37%-
HSV(B)326.15º65.55%46.67%-
XYZ10.046.169.25-
YUV69.34136.84163.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=48.57%
G=16.73%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119418500.660.290.53326.1548.7531.37
Hex7729550421D35146311f
Octal16751125010235655066137
Binary11101111010011010101010000101110111010110100011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772955; }

 p { color: rgb(119,41,85); }

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

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

 a { background-color: rgb(119,41,85); }

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

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

 span { border-color: rgb(119,41,85); }

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