Html Css Color HEX #77315A Flirt

📋 copy color: '#77315A'

red 119 ◦ green 49 ◦ blue 90

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

Shades of Flirt #77315A

Tints of Flirt #77315A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.99%

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

R = 46.12%
G = 18.99%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77315A (or 0x77315A) is known color: Flirt. HEX triplet: 77, 31 and 5A. RGB value is (119,49,90). Sum of RGB (Red+Green+Blue) = 119+49+90=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #77315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77315A is #88CEA5. Grayscale: #4A4A4A. Windows color (decimal): -8965798 or 5910903. OLE color: 5910903.

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

Color convert

RGB 119 49 90 -
CMYK 0 0.59 0.24 0.53
HSL 324.86º 0.42% 0.33% -
HSV(B) 324.86º 0.59% 0.47% -
XYZ 10.55 6.86 10.44 -
YUV 74.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 119 49 90 0 0.59 0.24 0.53 324.86 0.42 0.33
Hex 77 31 5A 0 3B 18 35 145 2A 21
Octal 167 61 132 0 73 30 65 505 52 41
Binary 1110111 110001 1011010 0 111011 11000 110101 101000101 101010 100001

Color Harmonies of #77315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77315A

Black with #77315A

Text Example


Text Example

White with #77315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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