#772944

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

Shades of Flirt #772944

Tints of Flirt #772944

Color information

#772944 (or 0x772944) is unknown color: approx Flirt. HEX triplet: 77, 29 and 44. RGB value is (119,41,68). Sum of RGB (Red+Green+Blue) = 119+41+68=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #772944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772944 is #88D6BB. Grayscale: #434343. Windows color (decimal): -8967868 or 4467063. OLE color: 4467063.

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

Color convert

RGB1194168-
CMYK00.660.430.53
HSL339.23º48.75%31.37%-
HSV(B)339.23º65.55%46.67%-
XYZ9.445.936.11-
YUV67.4128.34164.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 68 (26.95% from 255) = 29.82%
R=52.19%
G=17.98%
B=29.82%

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
Decimal119416800.660.430.53339.2348.7531.37
Hex7729440422B35153311f
Octal16751104010253655236137
Binary111011110100110001000100001010101111010110101001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772944; }

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

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

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

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

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

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

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

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