Html Css Color HEX #77315D Flirt

📋 copy color: '#77315D'

red 119 ◦ green 49 ◦ blue 93

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

Shades of Flirt #77315D

Tints of Flirt #77315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.63%

R = 45.59%
G = 18.77%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77315D (or 0x77315D) is known color: Flirt. HEX triplet: 77, 31 and 5D. RGB value is (119,49,93). Sum of RGB (Red+Green+Blue) = 119+49+93=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77315D is #88CEA2. Grayscale: #4A4A4A. Windows color (decimal): -8965795 or 6107511. OLE color: 6107511.

HSL color Cylindrical-coordinate representation of color #77315D: hue angle of 322.29º 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 #77315D is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 93 -
CMYK 0 0.59 0.22 0.53
HSL 322.29º 0.42% 0.33% -
HSV(B) 322.29º 0.59% 0.47% -
XYZ 10.68 6.91 11.13 -
YUV 74.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 119 49 93 0 0.59 0.22 0.53 322.29 0.42 0.33
Hex 77 31 5D 0 3B 16 35 142 2A 21
Octal 167 61 135 0 73 26 65 502 52 41
Binary 1110111 110001 1011101 0 111011 10110 110101 101000010 101010 100001

Color Harmonies of #77315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77315D

Black with #77315D

Text Example


Text Example

White with #77315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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