Html Css Color HEX #772553 Flirt

📋 copy color: '#772553'

red 119 ◦ green 37 ◦ blue 83

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

Shades of Flirt #772553

Tints of Flirt #772553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.48%

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

R = 49.79%
G = 15.48%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#772553 (or 0x772553) is known color: Flirt. HEX triplet: 77, 25 and 53. RGB value is (119,37,83). Sum of RGB (Red+Green+Blue) = 119+37+83=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #772553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772553 is #88DAAC. Grayscale: #424242. Windows color (decimal): -8968877 or 5449079. OLE color: 5449079.

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

Color convert

RGB 119 37 83 -
CMYK 0 0.69 0.30 0.53
HSL 326.34º 0.53% 0.31% -
HSV(B) 326.34º 0.69% 0.47% -
XYZ 9.83 5.87 8.8 -
YUV 66.76 137.17 165.26 -
System Red Green Blue C M Y K H S L
Decimal 119 37 83 0 0.69 0.30 0.53 326.34 0.53 0.31
Hex 77 25 53 0 45 1E 35 146 35 1F
Octal 167 45 123 0 105 36 65 506 65 37
Binary 1110111 100101 1010011 0 1000101 11110 110101 101000110 110101 11111

Color Harmonies of #772553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772553

Black with #772553

Text Example


Text Example

White with #772553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772553; }

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

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

background-color css

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

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

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

border-color css

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

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

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