#772745

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

Shades of Flirt #772745

Tints of Flirt #772745

Color information

#772745 (or 0x772745) is unknown color: approx Flirt. HEX triplet: 77, 27 and 45. RGB value is (119,39,69). Sum of RGB (Red+Green+Blue) = 119+39+69=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #772745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772745 is #88D8BA. Grayscale: #424242. Windows color (decimal): -8968379 or 4532087. OLE color: 4532087.

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

Color convert

RGB1193969-
CMYK00.670.420.53
HSL337.5º50.63%30.98%-
HSV(B)337.5º67.23%46.67%-
XYZ9.415.86.25-
YUV66.34129.5165.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 69 (27.34% from 255) = 30.40%
R=52.42%
G=17.18%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119396900.670.420.53337.550.6330.98
Hex7727450432A35152331f
Octal16747105010352655226337
Binary111011110011110001010100001110101011010110101001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772745; }

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

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

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

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

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

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

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

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