Html Css Color HEX #773246 Flirt

📋 copy color: '#773246'

red 119 ◦ green 50 ◦ blue 70

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

Shades of Flirt #773246

Tints of Flirt #773246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.92%

 BLUE value IS 70 (27.73% from 255) = 29.29%

R = 49.79%
G = 20.92%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#773246 (or 0x773246) is known color: Flirt. HEX triplet: 77, 32 and 46. RGB value is (119,50,70). Sum of RGB (Red+Green+Blue) = 119+50+70=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #773246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773246 is #88CDB9. Grayscale: #484848. Windows color (decimal): -8965562 or 4600439. OLE color: 4600439.

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

Color convert

RGB 119 50 70 -
CMYK 0 0.58 0.41 0.53
HSL 342.61º 0.41% 0.33% -
HSV(B) 342.61º 0.58% 0.47% -
XYZ 9.85 6.65 6.56 -
YUV 72.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 119 50 70 0 0.58 0.41 0.53 342.61 0.41 0.33
Hex 77 32 46 0 3A 29 35 157 29 21
Octal 167 62 106 0 72 51 65 527 51 41
Binary 1110111 110010 1000110 0 111010 101001 110101 101010111 101001 100001

Color Harmonies of #773246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773246

Black with #773246

Text Example


Text Example

White with #773246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773246; }

 p { color: rgb(119,50,70); }

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

background-color css

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

 a { background-color: rgb(119,50,70); }

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

border-color css

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

 span { border-color: rgb(119,50,70); }

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