#77395B

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

Shades of Flirt #77395B

Tints of Flirt #77395B

Color information

#77395B (or 0x77395B) is unknown color: approx Flirt. HEX triplet: 77, 39 and 5B. RGB value is (119,57,91). Sum of RGB (Red+Green+Blue) = 119+57+91=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77395B is #88C6A4. Grayscale: #4F4F4F. Windows color (decimal): -8963749 or 5978487. OLE color: 5978487.

HSL color Cylindrical-coordinate representation of color #77395B: hue angle of 327.1º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77395B is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1195791-
CMYK00.520.240.53
HSL327.1º35.23%34.51%-
HSV(B)327.1º52.1%46.67%-
XYZ10.967.610.79-
YUV79.41134.54156.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 57 (22.66% from 255) = 21.35%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=44.57%
G=21.35%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119579100.520.240.53327.135.2334.51
Hex77395B03418351472323
Octal1677113306430655074343
Binary11101111110011011011011010011000110101101000111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77395B; }

 p { color: rgb(119,57,91); }

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

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

 a { background-color: rgb(119,57,91); }

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

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

 span { border-color: rgb(119,57,91); }

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