Html Css Color HEX #773453 Flirt

📋 copy color: '#773453'

red 119 ◦ green 52 ◦ blue 83

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

Shades of Flirt #773453

Tints of Flirt #773453

RGB

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

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

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

R = 46.85%
G = 20.47%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#773453 (or 0x773453) is known color: Flirt. HEX triplet: 77, 34 and 53. RGB value is (119,52,83). Sum of RGB (Red+Green+Blue) = 119+52+83=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #773453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773453 is #88CBAC. Grayscale: #4B4B4B. Windows color (decimal): -8965037 or 5452919. OLE color: 5452919.

HSL color Cylindrical-coordinate representation of color #773453: hue angle of 332.24º 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 #773453 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 52 83 -
CMYK 0 0.56 0.30 0.53
HSL 332.24º 0.39% 0.34% -
HSV(B) 332.24º 0.56% 0.47% -
XYZ 10.4 7 8.99 -
YUV 75.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 119 52 83 0 0.56 0.30 0.53 332.24 0.39 0.34
Hex 77 34 53 0 38 1E 35 14C 27 22
Octal 167 64 123 0 70 36 65 514 47 42
Binary 1110111 110100 1010011 0 111000 11110 110101 101001100 100111 100010

Color Harmonies of #773453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773453

Black with #773453

Text Example


Text Example

White with #773453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773453; }

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

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

background-color css

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

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

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

border-color css

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

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

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