#772646

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

Shades of Flirt #772646

Tints of Flirt #772646

Color information

#772646 (or 0x772646) is unknown color: approx Flirt. HEX triplet: 77, 26 and 46. RGB value is (119,38,70). Sum of RGB (Red+Green+Blue) = 119+38+70=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #772646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772646 is #88D9B9. Grayscale: #414141. Windows color (decimal): -8968634 or 4597367. OLE color: 4597367.

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

Color convert

RGB1193870-
CMYK00.680.410.53
HSL336.3º51.59%30.78%-
HSV(B)336.3º68.07%46.67%-
XYZ9.415.756.41-
YUV65.87130.34165.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 70 (27.73% from 255) = 30.84%
R=52.42%
G=16.74%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119387000.680.410.53336.351.5930.78
Hex7726460442935150341f
Octal16746106010451655206437
Binary111011110011010001100100010010100111010110101000011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772646; }

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

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

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

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

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

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

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

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