#772854

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

Shades of Flirt #772854

Tints of Flirt #772854

Color information

#772854 (or 0x772854) is unknown color: approx Flirt. HEX triplet: 77, 28 and 54. RGB value is (119,40,84). Sum of RGB (Red+Green+Blue) = 119+40+84=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #772854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772854 is #88D7AB. Grayscale: #444444. Windows color (decimal): -8968108 or 5515383. OLE color: 5515383.

HSL color Cylindrical-coordinate representation of color #772854: hue angle of 326.58º degrees, saturation: 0.5, 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 #772854 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1194084-
CMYK00.660.290.53
HSL326.58º49.69%31.18%-
HSV(B)326.58º66.39%46.67%-
XYZ9.976.089.04-
YUV68.64136.67163.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 40 (16.02% from 255) = 16.46%
BLUE value IS 84 (33.20% from 255) = 34.57%
R=48.97%
G=16.46%
B=34.57%

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
Decimal119408400.660.290.53326.5849.6931.18
Hex7728540421D35147321f
Octal16750124010235655076237
Binary11101111010001010100010000101110111010110100011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772854; }

 p { color: rgb(119,40,84); }

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

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

 a { background-color: rgb(119,40,84); }

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

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

 span { border-color: rgb(119,40,84); }

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