#77324A

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

Shades of Flirt #77324A

Tints of Flirt #77324A

Color information

#77324A (or 0x77324A) is unknown color: approx Flirt. HEX triplet: 77, 32 and 4A. RGB value is (119,50,74). Sum of RGB (Red+Green+Blue) = 119+50+74=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #77324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77324A is #88CDB5. Grayscale: #494949. Windows color (decimal): -8965558 or 4862583. OLE color: 4862583.

HSL color Cylindrical-coordinate representation of color #77324A: hue angle of 339.13º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77324A is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1195074-
CMYK00.580.380.53
HSL339.13º40.83%33.14%-
HSV(B)339.13º57.98%46.67%-
XYZ9.986.77.25-
YUV73.37128.36160.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=48.97%
G=20.58%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119507400.580.380.53339.1340.8333.14
Hex77324A03A26351532921
Octal1676211207246655235141
Binary111011111001010010100111010100110110101101010011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77324A; }

 p { color: rgb(119,50,74); }

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

<style>
 a { background-color: #77324A; }

 a { background-color: rgb(119,50,74); }

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

<style>
 span { border-color: #77324A; }

 span { border-color: rgb(119,50,74); }

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