#77355F

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

Shades of Flirt #77355F

Tints of Flirt #77355F

Color information

#77355F (or 0x77355F) is unknown color: approx Flirt. HEX triplet: 77, 35 and 5F. RGB value is (119,53,95). Sum of RGB (Red+Green+Blue) = 119+53+95=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77355F is #88CAA0. Grayscale: #4D4D4D. Windows color (decimal): -8964769 or 6239607. OLE color: 6239607.

HSL color Cylindrical-coordinate representation of color #77355F: hue angle of 321.82º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77355F is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB1195395-
CMYK00.550.200.53
HSL321.82º38.37%33.73%-
HSV(B)321.82º55.46%46.67%-
XYZ10.957.2911.66-
YUV77.52137.87157.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 53 (21.09% from 255) = 19.85%
BLUE value IS 95 (37.5% from 255) = 35.58%
R=44.57%
G=19.85%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119539500.550.200.53321.8238.3733.73
Hex77355F03714351422622
Octal1676513706724655024642
Binary11101111101011011111011011110100110101101000010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77355F; }

 p { color: rgb(119,53,95); }

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

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

 a { background-color: rgb(119,53,95); }

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

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

 span { border-color: rgb(119,53,95); }

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