Html Css Color HEX #77325A Flirt

📋 copy color: '#77325A'

red 119 ◦ green 50 ◦ blue 90

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

Shades of Flirt #77325A

Tints of Flirt #77325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.75%

R = 45.95%
G = 19.31%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77325A (or 0x77325A) is known color: Flirt. HEX triplet: 77, 32 and 5A. RGB value is (119,50,90). Sum of RGB (Red+Green+Blue) = 119+50+90=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #77325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77325A is #88CDA5. Grayscale: #4B4B4B. Windows color (decimal): -8965542 or 5911159. OLE color: 5911159.

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

Color convert

RGB 119 50 90 -
CMYK 0 0.58 0.24 0.53
HSL 325.22º 0.41% 0.33% -
HSV(B) 325.22º 0.58% 0.47% -
XYZ 10.59 6.94 10.45 -
YUV 75.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 119 50 90 0 0.58 0.24 0.53 325.22 0.41 0.33
Hex 77 32 5A 0 3A 18 35 145 29 21
Octal 167 62 132 0 72 30 65 505 51 41
Binary 1110111 110010 1011010 0 111010 11000 110101 101000101 101001 100001

Color Harmonies of #77325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77325A

Black with #77325A

Text Example


Text Example

White with #77325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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