Html Css Color HEX #77325C Flirt

📋 copy color: '#77325C'

red 119 ◦ green 50 ◦ blue 92

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

Shades of Flirt #77325C

Tints of Flirt #77325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.25%

R = 45.59%
G = 19.16%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77325C (or 0x77325C) is known color: Flirt. HEX triplet: 77, 32 and 5C. RGB value is (119,50,92). Sum of RGB (Red+Green+Blue) = 119+50+92=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77325C is #88CDA3. Grayscale: #4B4B4B. Windows color (decimal): -8965540 or 6042231. OLE color: 6042231.

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

Color convert

RGB 119 50 92 -
CMYK 0 0.58 0.23 0.53
HSL 323.48º 0.41% 0.33% -
HSV(B) 323.48º 0.58% 0.47% -
XYZ 10.68 6.98 10.91 -
YUV 75.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 119 50 92 0 0.58 0.23 0.53 323.48 0.41 0.33
Hex 77 32 5C 0 3A 17 35 143 29 21
Octal 167 62 134 0 72 27 65 503 51 41
Binary 1110111 110010 1011100 0 111010 10111 110101 101000011 101001 100001

Color Harmonies of #77325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77325C

Black with #77325C

Text Example


Text Example

White with #77325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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