Html Css Color HEX #77325E Flirt

📋 copy color: '#77325E'

red 119 ◦ green 50 ◦ blue 94

#77325E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #77325E

Tints of Flirt #77325E

RGB

 RED value IS 119 (46.88% from 255) = 45.25%

 GREEN value IS 50 (19.92% from 255) = 19.01%

 BLUE value IS 94 (37.11% from 255) = 35.74%

R = 45.25%
G = 19.01%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77325E (or 0x77325E) is known color: Flirt. HEX triplet: 77, 32 and 5E. RGB value is (119,50,94). Sum of RGB (Red+Green+Blue) = 119+50+94=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77325E is #88CDA1. Grayscale: #4B4B4B. Windows color (decimal): -8965538 or 6173303. OLE color: 6173303.

HSL color Cylindrical-coordinate representation of color #77325E: hue angle of 321.74º 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 #77325E is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 50 94 -
CMYK 0 0.58 0.21 0.53
HSL 321.74º 0.41% 0.33% -
HSV(B) 321.74º 0.58% 0.47% -
XYZ 10.77 7.01 11.38 -
YUV 75.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 119 50 94 0 0.58 0.21 0.53 321.74 0.41 0.33
Hex 77 32 5E 0 3A 15 35 142 29 21
Octal 167 62 136 0 72 25 65 502 51 41
Binary 1110111 110010 1011110 0 111010 10101 110101 101000010 101001 100001

Color Harmonies of #77325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77325E

Black with #77325E

Text Example


Text Example

White with #77325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77325E; }

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

 H1.HeaderClassName
 {
   color: #77325E;
 }
 .AnyTagClassName
 {
   color: #77325E;
 }
</style>

background-color css

<style>
 a { background-color: #77325E; }

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

 div.DivClassName
 {
   background-color: #77325E;
 }
 .BgClassName
 {
   background-color: #77325E;
 }
</style>

border-color css

<style>
 span { border-color: #77325E; }

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

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