Html Css Color HEX #772A4D Flirt

📋 copy color: '#772A4D'

red 119 ◦ green 42 ◦ blue 77

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

Shades of Flirt #772A4D

Tints of Flirt #772A4D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.65%

 BLUE value IS 77 (30.47% from 255) = 32.35%

R = 50%
G = 17.65%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#772A4D (or 0x772A4D) is known color: Flirt. HEX triplet: 77, 2A and 4D. RGB value is (119,42,77). Sum of RGB (Red+Green+Blue) = 119+42+77=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #772A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A4D is #88D5B2. Grayscale: #444444. Windows color (decimal): -8967603 or 5057143. OLE color: 5057143.

HSL color Cylindrical-coordinate representation of color #772A4D: hue angle of 332.73º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A4D is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 42 77 -
CMYK 0 0.65 0.35 0.53
HSL 332.73º 0.48% 0.32% -
HSV(B) 332.73º 0.65% 0.47% -
XYZ 9.78 6.11 7.69 -
YUV 69.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 119 42 77 0 0.65 0.35 0.53 332.73 0.48 0.32
Hex 77 2A 4D 0 41 23 35 14D 30 20
Octal 167 52 115 0 101 43 65 515 60 40
Binary 1110111 101010 1001101 0 1000001 100011 110101 101001101 110000 100000

Color Harmonies of #772A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A4D

Black with #772A4D

Text Example


Text Example

White with #772A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772A4D; }

 p { color: rgb(119,42,77); }

 H1.HeaderClassName
 {
   color: #772A4D;
 }
 .AnyTagClassName
 {
   color: #772A4D;
 }
</style>

background-color css

<style>
 a { background-color: #772A4D; }

 a { background-color: rgb(119,42,77); }

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

border-color css

<style>
 span { border-color: #772A4D; }

 span { border-color: rgb(119,42,77); }

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