#772847

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

Shades of Flirt #772847

Tints of Flirt #772847

Color information

#772847 (or 0x772847) is unknown color: approx Flirt. HEX triplet: 77, 28 and 47. RGB value is (119,40,71). Sum of RGB (Red+Green+Blue) = 119+40+71=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #772847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772847 is #88D7B8. Grayscale: #434343. Windows color (decimal): -8968121 or 4663415. OLE color: 4663415.

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

Color convert

RGB1194071-
CMYK00.660.400.53
HSL336.46º49.69%31.18%-
HSV(B)336.46º66.39%46.67%-
XYZ9.55.896.6-
YUV67.15130.17164.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 71 (28.12% from 255) = 30.87%
R=51.74%
G=17.39%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119407100.660.400.53336.4649.6931.18
Hex7728470422835150321f
Octal16750107010250655206237
Binary111011110100010001110100001010100011010110101000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772847; }

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

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

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

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

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

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

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

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