#772942

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

Shades of Flirt #772942

Tints of Flirt #772942

Color information

#772942 (or 0x772942) is unknown color: approx Flirt. HEX triplet: 77, 29 and 42. RGB value is (119,41,66). Sum of RGB (Red+Green+Blue) = 119+41+66=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #772942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772942 is #88D6BD. Grayscale: #434343. Windows color (decimal): -8967870 or 4335991. OLE color: 4335991.

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

Color convert

RGB1194166-
CMYK00.660.450.53
HSL340.77º48.75%31.37%-
HSV(B)340.77º65.55%46.67%-
XYZ9.385.95.8-
YUV67.17127.34164.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 66 (26.17% from 255) = 29.20%
R=52.65%
G=18.14%
B=29.20%

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
Decimal119416600.660.450.53340.7748.7531.37
Hex7729420422D35155311f
Octal16751102010255655256137
Binary111011110100110000100100001010110111010110101010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772942; }

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

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

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

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

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

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

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

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