Html Css Color HEX #77295A Flirt

📋 copy color: '#77295A'

red 119 ◦ green 41 ◦ blue 90

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

Shades of Flirt #77295A

Tints of Flirt #77295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.4%

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

R = 47.6%
G = 16.4%
B = 36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77295A (or 0x77295A) is known color: Flirt. HEX triplet: 77, 29 and 5A. RGB value is (119,41,90). Sum of RGB (Red+Green+Blue) = 119+41+90=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77295A is #88D6A5. Grayscale: #454545. Windows color (decimal): -8967846 or 5908855. OLE color: 5908855.

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

Color convert

RGB 119 41 90 -
CMYK 0 0.66 0.24 0.53
HSL 322.31º 0.49% 0.31% -
HSV(B) 322.31º 0.66% 0.47% -
XYZ 10.25 6.25 10.34 -
YUV 69.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 119 41 90 0 0.66 0.24 0.53 322.31 0.49 0.31
Hex 77 29 5A 0 42 18 35 142 31 1F
Octal 167 51 132 0 102 30 65 502 61 37
Binary 1110111 101001 1011010 0 1000010 11000 110101 101000010 110001 11111

Color Harmonies of #77295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77295A

Black with #77295A

Text Example


Text Example

White with #77295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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