#772545

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

Shades of Flirt #772545

Tints of Flirt #772545

Color information

#772545 (or 0x772545) is unknown color: approx Flirt. HEX triplet: 77, 25 and 45. RGB value is (119,37,69). Sum of RGB (Red+Green+Blue) = 119+37+69=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #772545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772545 is #88DABA. Grayscale: #414141. Windows color (decimal): -8968891 or 4531575. OLE color: 4531575.

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

Color convert

RGB1193769-
CMYK00.690.420.53
HSL336.59º52.56%30.59%-
HSV(B)336.59º68.91%46.67%-
XYZ9.345.676.23-
YUV65.17130.17166.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=52.89%
G=16.44%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119376900.690.420.53336.5952.5630.59
Hex7725450452A35151351f
Octal16745105010552655216537
Binary111011110010110001010100010110101011010110101000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772545; }

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

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

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

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

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

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

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

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