#772656

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

Shades of Flirt #772656

Tints of Flirt #772656

Color information

#772656 (or 0x772656) is unknown color: approx Flirt. HEX triplet: 77, 26 and 56. RGB value is (119,38,86). Sum of RGB (Red+Green+Blue) = 119+38+86=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #772656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772656 is #88D9A9. Grayscale: #434343. Windows color (decimal): -8968618 or 5645943. OLE color: 5645943.

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

Color convert

RGB1193886-
CMYK00.680.280.53
HSL324.44º51.59%30.78%-
HSV(B)324.44º68.07%46.67%-
XYZ9.985.989.43-
YUV67.69138.34164.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 38 (15.23% from 255) = 15.64%
BLUE value IS 86 (33.98% from 255) = 35.39%
R=48.97%
G=15.64%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119388600.680.280.53324.4451.5930.78
Hex7726560441C35144341f
Octal16746126010434655046437
Binary11101111001101010110010001001110011010110100010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772656; }

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

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

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

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

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

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

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

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