#77334D

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

Shades of Flirt #77334D

Tints of Flirt #77334D

Color information

#77334D (or 0x77334D) is unknown color: approx Flirt. HEX triplet: 77, 33 and 4D. RGB value is (119,51,77). Sum of RGB (Red+Green+Blue) = 119+51+77=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77334D is #88CCB2. Grayscale: #4A4A4A. Windows color (decimal): -8965299 or 5059447. OLE color: 5059447.

HSL color Cylindrical-coordinate representation of color #77334D: hue angle of 337.06º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77334D is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1195177-
CMYK00.570.350.53
HSL337.06º40%33.33%-
HSV(B)337.06º57.14%46.67%-
XYZ10.136.837.8-
YUV74.3129.53159.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 77 (30.47% from 255) = 31.17%
R=48.18%
G=20.65%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119517700.570.350.53337.064033.33
Hex77334D03923351512821
Octal1676311507143655215041
Binary111011111001110011010111001100011110101101010001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77334D; }

 p { color: rgb(119,51,77); }

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

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

 a { background-color: rgb(119,51,77); }

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

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

 span { border-color: rgb(119,51,77); }

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