#772746

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

Shades of Flirt #772746

Tints of Flirt #772746

Color information

#772746 (or 0x772746) is unknown color: approx Flirt. HEX triplet: 77, 27 and 46. RGB value is (119,39,70). Sum of RGB (Red+Green+Blue) = 119+39+70=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #772746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772746 is #88D8B9. Grayscale: #424242. Windows color (decimal): -8968378 or 4597623. OLE color: 4597623.

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

Color convert

RGB1193970-
CMYK00.670.410.53
HSL336.75º50.63%30.98%-
HSV(B)336.75º67.23%46.67%-
XYZ9.445.826.42-
YUV66.45130165.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 39 (15.62% from 255) = 17.11%
BLUE value IS 70 (27.73% from 255) = 30.70%
R=52.19%
G=17.11%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119397000.670.410.53336.7550.6330.98
Hex7727460432935151331f
Octal16747106010351655216337
Binary111011110011110001100100001110100111010110101000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772746; }

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

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

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

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

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

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

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

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