#772842

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

Shades of Flirt #772842

Tints of Flirt #772842

Color information

#772842 (or 0x772842) is unknown color: approx Flirt. HEX triplet: 77, 28 and 42. RGB value is (119,40,66). Sum of RGB (Red+Green+Blue) = 119+40+66=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #772842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772842 is #88D7BD. Grayscale: #424242. Windows color (decimal): -8968126 or 4335735. OLE color: 4335735.

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

Color convert

RGB1194066-
CMYK00.660.450.53
HSL340.25º49.69%31.18%-
HSV(B)340.25º66.39%46.67%-
XYZ9.355.835.79-
YUV66.58127.67165.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=52.89%
G=17.78%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119406600.660.450.53340.2549.6931.18
Hex7728420422D35154321f
Octal16750102010255655246237
Binary111011110100010000100100001010110111010110101010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772842; }

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

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

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

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

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

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

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

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