Html Css Color HEX #772859 Flirt

📋 copy color: '#772859'

red 119 ◦ green 40 ◦ blue 89

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

Shades of Flirt #772859

Tints of Flirt #772859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.13%

 BLUE value IS 89 (35.16% from 255) = 35.89%

R = 47.98%
G = 16.13%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#772859 (or 0x772859) is known color: Flirt. HEX triplet: 77, 28 and 59. RGB value is (119,40,89). Sum of RGB (Red+Green+Blue) = 119+40+89=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #772859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772859 is #88D7A6. Grayscale: #454545. Windows color (decimal): -8968103 or 5843063. OLE color: 5843063.

HSL color Cylindrical-coordinate representation of color #772859: hue angle of 322.78º degrees, saturation: 0.5, 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 #772859 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 40 89 -
CMYK 0 0.66 0.25 0.53
HSL 322.78º 0.5% 0.31% -
HSV(B) 322.78º 0.66% 0.47% -
XYZ 10.17 6.16 10.1 -
YUV 69.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 119 40 89 0 0.66 0.25 0.53 322.78 0.5 0.31
Hex 77 28 59 0 42 19 35 143 32 1F
Octal 167 50 131 0 102 31 65 503 62 37
Binary 1110111 101000 1011001 0 1000010 11001 110101 101000011 110010 11111

Color Harmonies of #772859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772859

Black with #772859

Text Example


Text Example

White with #772859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772859; }

 p { color: rgb(119,40,89); }

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

background-color css

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

 a { background-color: rgb(119,40,89); }

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

border-color css

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

 span { border-color: rgb(119,40,89); }

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