#772844

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

Shades of Flirt #772844

Tints of Flirt #772844

Color information

#772844 (or 0x772844) is unknown color: approx Flirt. HEX triplet: 77, 28 and 44. RGB value is (119,40,68). Sum of RGB (Red+Green+Blue) = 119+40+68=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #772844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772844 is #88D7BB. Grayscale: #424242. Windows color (decimal): -8968124 or 4466807. OLE color: 4466807.

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

Color convert

RGB1194068-
CMYK00.660.430.53
HSL338.73º49.69%31.18%-
HSV(B)338.73º66.39%46.67%-
XYZ9.415.866.1-
YUV66.81128.67165.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 68 (26.95% from 255) = 29.96%
R=52.42%
G=17.62%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119406800.660.430.53338.7349.6931.18
Hex7728440422B35153321f
Octal16750104010253655236237
Binary111011110100010001000100001010101111010110101001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772844; }

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

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

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

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

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

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

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

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