Html Css Color HEX #772458 Flirt

📋 copy color: '#772458'

red 119 ◦ green 36 ◦ blue 88

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

Shades of Flirt #772458

Tints of Flirt #772458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.81%

 BLUE value IS 88 (34.77% from 255) = 36.21%

R = 48.97%
G = 14.81%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#772458 (or 0x772458) is known color: Flirt. HEX triplet: 77, 24 and 58. RGB value is (119,36,88). Sum of RGB (Red+Green+Blue) = 119+36+88=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #772458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772458 is #88DBA7. Grayscale: #424242. Windows color (decimal): -8969128 or 5776503. OLE color: 5776503.

HSL color Cylindrical-coordinate representation of color #772458: hue angle of 322.41º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772458 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 88 -
CMYK 0 0.70 0.26 0.53
HSL 322.41º 0.54% 0.3% -
HSV(B) 322.41º 0.7% 0.47% -
XYZ 10 5.89 9.84 -
YUV 66.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 119 36 88 0 0.70 0.26 0.53 322.41 0.54 0.3
Hex 77 24 58 0 46 1A 35 142 36 1E
Octal 167 44 130 0 106 32 65 502 66 36
Binary 1110111 100100 1011000 0 1000110 11010 110101 101000010 110110 11110

Color Harmonies of #772458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772458

Black with #772458

Text Example


Text Example

White with #772458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772458; }

 p { color: rgb(119,36,88); }

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

background-color css

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

 a { background-color: rgb(119,36,88); }

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

border-color css

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

 span { border-color: rgb(119,36,88); }

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