#772946

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

Shades of Flirt #772946

Tints of Flirt #772946

Color information

#772946 (or 0x772946) is unknown color: approx Flirt. HEX triplet: 77, 29 and 46. RGB value is (119,41,70). Sum of RGB (Red+Green+Blue) = 119+41+70=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #772946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772946 is #88D6B9. Grayscale: #434343. Windows color (decimal): -8967866 or 4598135. OLE color: 4598135.

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

Color convert

RGB1194170-
CMYK00.660.410.53
HSL337.69º48.75%31.37%-
HSV(B)337.69º65.55%46.67%-
XYZ9.515.956.44-
YUV67.63129.34164.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=51.74%
G=17.83%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119417000.660.410.53337.6948.7531.37
Hex7729460422935152311f
Octal16751106010251655226137
Binary111011110100110001100100001010100111010110101001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772946; }

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

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

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

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

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

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

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

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