Html Css Color HEX #773450 Flirt

📋 copy color: '#773450'

red 119 ◦ green 52 ◦ blue 80

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

Shades of Flirt #773450

Tints of Flirt #773450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.72%

 BLUE value IS 80 (31.64% from 255) = 31.87%

R = 47.41%
G = 20.72%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#773450 (or 0x773450) is known color: Flirt. HEX triplet: 77, 34 and 50. RGB value is (119,52,80). Sum of RGB (Red+Green+Blue) = 119+52+80=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #773450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773450 is #88CBAF. Grayscale: #4B4B4B. Windows color (decimal): -8965040 or 5256311. OLE color: 5256311.

HSL color Cylindrical-coordinate representation of color #773450: hue angle of 334.93º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #773450 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 52 80 -
CMYK 0 0.56 0.33 0.53
HSL 334.93º 0.39% 0.34% -
HSV(B) 334.93º 0.56% 0.47% -
XYZ 10.28 6.96 8.39 -
YUV 75.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 119 52 80 0 0.56 0.33 0.53 334.93 0.39 0.34
Hex 77 34 50 0 38 21 35 14F 27 22
Octal 167 64 120 0 70 41 65 517 47 42
Binary 1110111 110100 1010000 0 111000 100001 110101 101001111 100111 100010

Color Harmonies of #773450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773450

Black with #773450

Text Example


Text Example

White with #773450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773450; }

 p { color: rgb(119,52,80); }

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

background-color css

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

 a { background-color: rgb(119,52,80); }

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

border-color css

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

 span { border-color: rgb(119,52,80); }

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