Html Css Color HEX #772153 Flirt

📋 copy color: '#772153'

red 119 ◦ green 33 ◦ blue 83

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

Shades of Flirt #772153

Tints of Flirt #772153

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.04%

 BLUE value IS 83 (32.81% from 255) = 35.32%

R = 50.64%
G = 14.04%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#772153 (or 0x772153) is known color: Flirt. HEX triplet: 77, 21 and 53. RGB value is (119,33,83). Sum of RGB (Red+Green+Blue) = 119+33+83=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #772153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772153 is #88DEAC. Grayscale: #404040. Windows color (decimal): -8969901 or 5448055. OLE color: 5448055.

HSL color Cylindrical-coordinate representation of color #772153: hue angle of 325.12º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772153 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 33 83 -
CMYK 0 0.72 0.30 0.53
HSL 325.12º 0.57% 0.3% -
HSV(B) 325.12º 0.72% 0.47% -
XYZ 9.71 5.63 8.76 -
YUV 64.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 119 33 83 0 0.72 0.30 0.53 325.12 0.57 0.3
Hex 77 21 53 0 48 1E 35 145 39 1E
Octal 167 41 123 0 110 36 65 505 71 36
Binary 1110111 100001 1010011 0 1001000 11110 110101 101000101 111001 11110

Color Harmonies of #772153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772153

Black with #772153

Text Example


Text Example

White with #772153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772153; }

 p { color: rgb(119,33,83); }

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

background-color css

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

 a { background-color: rgb(119,33,83); }

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

border-color css

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

 span { border-color: rgb(119,33,83); }

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