Html Css Color HEX #773752 Flirt

📋 copy color: '#773752'

red 119 ◦ green 55 ◦ blue 82

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

Shades of Flirt #773752

Tints of Flirt #773752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.48%

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

R = 46.48%
G = 21.48%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#773752 (or 0x773752) is known color: Flirt. HEX triplet: 77, 37 and 52. RGB value is (119,55,82). Sum of RGB (Red+Green+Blue) = 119+55+82=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #773752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773752 is #88C8AD. Grayscale: #4D4D4D. Windows color (decimal): -8964270 or 5388151. OLE color: 5388151.

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

Color convert

RGB 119 55 82 -
CMYK 0 0.54 0.31 0.53
HSL 334.69º 0.37% 0.34% -
HSV(B) 334.69º 0.54% 0.47% -
XYZ 10.5 7.26 8.83 -
YUV 77.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 119 55 82 0 0.54 0.31 0.53 334.69 0.37 0.34
Hex 77 37 52 0 36 1F 35 14F 25 22
Octal 167 67 122 0 66 37 65 517 45 42
Binary 1110111 110111 1010010 0 110110 11111 110101 101001111 100101 100010

Color Harmonies of #773752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773752

Black with #773752

Text Example


Text Example

White with #773752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773752; }

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

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

background-color css

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

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

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

border-color css

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

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

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