Html Css Color HEX #773853 Flirt

📋 copy color: '#773853'

red 119 ◦ green 56 ◦ blue 83

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

Shades of Flirt #773853

Tints of Flirt #773853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.71%

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

R = 46.12%
G = 21.71%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#773853 (or 0x773853) is known color: Flirt. HEX triplet: 77, 38 and 53. RGB value is (119,56,83). Sum of RGB (Red+Green+Blue) = 119+56+83=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #773853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773853 is #88C7AC. Grayscale: #4D4D4D. Windows color (decimal): -8964013 or 5453943. OLE color: 5453943.

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

Color convert

RGB 119 56 83 -
CMYK 0 0.53 0.30 0.53
HSL 334.29º 0.36% 0.34% -
HSV(B) 334.29º 0.53% 0.47% -
XYZ 10.58 7.37 9.05 -
YUV 77.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 119 56 83 0 0.53 0.30 0.53 334.29 0.36 0.34
Hex 77 38 53 0 35 1E 35 14E 24 22
Octal 167 70 123 0 65 36 65 516 44 42
Binary 1110111 111000 1010011 0 110101 11110 110101 101001110 100100 100010

Color Harmonies of #773853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773853

Black with #773853

Text Example


Text Example

White with #773853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773853; }

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

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

background-color css

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

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

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

border-color css

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

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

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