#772A4B

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

Shades of Flirt #772A4B

Tints of Flirt #772A4B

Color information

#772A4B (or 0x772A4B) is unknown color: approx Flirt. HEX triplet: 77, 2A and 4B. RGB value is (119,42,75). Sum of RGB (Red+Green+Blue) = 119+42+75=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #772A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A4B is #88D5B4. Grayscale: #444444. Windows color (decimal): -8967605 or 4926071. OLE color: 4926071.

HSL color Cylindrical-coordinate representation of color #772A4B: hue angle of 334.29º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A4B is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1194275-
CMYK00.650.370.53
HSL334.29º47.83%31.57%-
HSV(B)334.29º64.71%46.67%-
XYZ9.716.097.32-
YUV68.78131.51163.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 42 (16.80% from 255) = 17.80%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=50.42%
G=17.80%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119427500.650.370.53334.2947.8331.57
Hex772A4B041253514e3020
Octal16752113010145655166040
Binary1110111101010100101101000001100101110101101001110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772A4B; }

 p { color: rgb(119,42,75); }

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

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

 a { background-color: rgb(119,42,75); }

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

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

 span { border-color: rgb(119,42,75); }

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