#772843

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

Shades of Flirt #772843

Tints of Flirt #772843

Color information

#772843 (or 0x772843) is unknown color: approx Flirt. HEX triplet: 77, 28 and 43. RGB value is (119,40,67). Sum of RGB (Red+Green+Blue) = 119+40+67=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #772843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772843 is #88D7BC. Grayscale: #424242. Windows color (decimal): -8968125 or 4401271. OLE color: 4401271.

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

Color convert

RGB1194067-
CMYK00.660.440.53
HSL339.49º49.69%31.18%-
HSV(B)339.49º66.39%46.67%-
XYZ9.385.845.94-
YUV66.7128.17165.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 67 (26.56% from 255) = 29.65%
R=52.65%
G=17.70%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119406700.660.440.53339.4949.6931.18
Hex7728430422C35153321f
Octal16750103010254655236237
Binary111011110100010000110100001010110011010110101001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772843; }

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

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

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

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

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

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

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

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