#772644

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

Shades of Flirt #772644

Tints of Flirt #772644

Color information

#772644 (or 0x772644) is unknown color: approx Flirt. HEX triplet: 77, 26 and 44. RGB value is (119,38,68). Sum of RGB (Red+Green+Blue) = 119+38+68=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #772644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772644 is #88D9BB. Grayscale: #414141. Windows color (decimal): -8968636 or 4466295. OLE color: 4466295.

HSL color Cylindrical-coordinate representation of color #772644: hue angle of 337.78º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #772644 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB1193868-
CMYK00.680.430.53
HSL337.78º51.59%30.78%-
HSV(B)337.78º68.07%46.67%-
XYZ9.345.736.08-
YUV65.64129.34166.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 68 (26.95% from 255) = 30.22%
R=52.89%
G=16.89%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119386800.680.430.53337.7851.5930.78
Hex7726440442B35152341f
Octal16746104010453655226437
Binary111011110011010001000100010010101111010110101001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772644; }

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

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

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

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

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

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

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

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