#772547

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

Shades of Flirt #772547

Tints of Flirt #772547

Color information

#772547 (or 0x772547) is unknown color: approx Flirt. HEX triplet: 77, 25 and 47. RGB value is (119,37,71). Sum of RGB (Red+Green+Blue) = 119+37+71=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #772547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772547 is #88DAB8. Grayscale: #414141. Windows color (decimal): -8968889 or 4662647. OLE color: 4662647.

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

Color convert

RGB1193771-
CMYK00.690.400.53
HSL335.12º52.56%30.59%-
HSV(B)335.12º68.91%46.67%-
XYZ9.415.76.57-
YUV65.39131.17166.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 71 (28.12% from 255) = 31.28%
R=52.42%
G=16.30%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119377100.690.400.53335.1252.5630.59
Hex772547045283514f351f
Octal16745107010550655176537
Binary111011110010110001110100010110100011010110100111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772547; }

 p { color: rgb(119,37,71); }

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

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

 a { background-color: rgb(119,37,71); }

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

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

 span { border-color: rgb(119,37,71); }

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