Html Css Color HEX #772353 Flirt

📋 copy color: '#772353'

red 119 ◦ green 35 ◦ blue 83

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

Shades of Flirt #772353

Tints of Flirt #772353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.77%

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

R = 50.21%
G = 14.77%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#772353 (or 0x772353) is known color: Flirt. HEX triplet: 77, 23 and 53. RGB value is (119,35,83). Sum of RGB (Red+Green+Blue) = 119+35+83=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #772353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772353 is #88DCAC. Grayscale: #414141. Windows color (decimal): -8969389 or 5448567. OLE color: 5448567.

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

Color convert

RGB 119 35 83 -
CMYK 0 0.71 0.30 0.53
HSL 325.71º 0.55% 0.3% -
HSV(B) 325.71º 0.71% 0.47% -
XYZ 9.77 5.75 8.78 -
YUV 65.59 137.83 166.1 -
System Red Green Blue C M Y K H S L
Decimal 119 35 83 0 0.71 0.30 0.53 325.71 0.55 0.3
Hex 77 23 53 0 47 1E 35 146 37 1E
Octal 167 43 123 0 107 36 65 506 67 36
Binary 1110111 100011 1010011 0 1000111 11110 110101 101000110 110111 11110

Color Harmonies of #772353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772353

Black with #772353

Text Example


Text Example

White with #772353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772353; }

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

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

background-color css

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

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

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

border-color css

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

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

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