Html Css Color HEX #773C53 Flirt

📋 copy color: '#773C53'

red 119 ◦ green 60 ◦ blue 83

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

Shades of Flirt #773C53

Tints of Flirt #773C53

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.9%

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

R = 45.42%
G = 22.9%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#773C53 (or 0x773C53) is known color: Flirt. HEX triplet: 77, 3C and 53. RGB value is (119,60,83). Sum of RGB (Red+Green+Blue) = 119+60+83=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #773C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773C53 is #88C3AC. Grayscale: #505050. Windows color (decimal): -8962989 or 5454967. OLE color: 5454967.

HSL color Cylindrical-coordinate representation of color #773C53: hue angle of 336.61º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773C53 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 60 83 -
CMYK 0 0.50 0.30 0.53
HSL 336.61º 0.33% 0.35% -
HSV(B) 336.61º 0.5% 0.47% -
XYZ 10.78 7.78 9.12 -
YUV 80.26 129.55 155.63 -
System Red Green Blue C M Y K H S L
Decimal 119 60 83 0 0.50 0.30 0.53 336.61 0.33 0.35
Hex 77 3C 53 0 32 1E 35 151 21 23
Octal 167 74 123 0 62 36 65 521 41 43
Binary 1110111 111100 1010011 0 110010 11110 110101 101010001 100001 100011

Color Harmonies of #773C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C53

Black with #773C53

Text Example


Text Example

White with #773C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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