Html Css Color HEX #773852 Flirt

📋 copy color: '#773852'

red 119 ◦ green 56 ◦ blue 82

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

Shades of Flirt #773852

Tints of Flirt #773852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.91%

R = 46.3%
G = 21.79%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#773852 (or 0x773852) is known color: Flirt. HEX triplet: 77, 38 and 52. RGB value is (119,56,82). Sum of RGB (Red+Green+Blue) = 119+56+82=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #773852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773852 is #88C7AD. Grayscale: #4D4D4D. Windows color (decimal): -8964014 or 5388407. OLE color: 5388407.

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

Color convert

RGB 119 56 82 -
CMYK 0 0.53 0.31 0.53
HSL 335.24º 0.36% 0.34% -
HSV(B) 335.24º 0.53% 0.47% -
XYZ 10.54 7.36 8.85 -
YUV 77.8 130.37 157.39 -
System Red Green Blue C M Y K H S L
Decimal 119 56 82 0 0.53 0.31 0.53 335.24 0.36 0.34
Hex 77 38 52 0 35 1F 35 14F 24 22
Octal 167 70 122 0 65 37 65 517 44 42
Binary 1110111 111000 1010010 0 110101 11111 110101 101001111 100100 100010

Color Harmonies of #773852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773852

Black with #773852

Text Example


Text Example

White with #773852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773852; }

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

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

background-color css

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

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

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

border-color css

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

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

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