#77334C

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

Shades of Flirt #77334C

Tints of Flirt #77334C

Color information

#77334C (or 0x77334C) is unknown color: approx Flirt. HEX triplet: 77, 33 and 4C. RGB value is (119,51,76). Sum of RGB (Red+Green+Blue) = 119+51+76=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77334C is #88CCB3. Grayscale: #4A4A4A. Windows color (decimal): -8965300 or 4993911. OLE color: 4993911.

HSL color Cylindrical-coordinate representation of color #77334C: hue angle of 337.94º 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 #77334C is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1195176-
CMYK00.570.360.53
HSL337.94º40%33.33%-
HSV(B)337.94º57.14%46.67%-
XYZ10.16.817.62-
YUV74.18129.03159.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=48.37%
G=20.73%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119517600.570.360.53337.944033.33
Hex77334C03924351522821
Octal1676311407144655225041
Binary111011111001110011000111001100100110101101010010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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