Html Css Color HEX #773046 Flirt

📋 copy color: '#773046'

red 119 ◦ green 48 ◦ blue 70

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

Shades of Flirt #773046

Tints of Flirt #773046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.25%

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

R = 50.21%
G = 20.25%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#773046 (or 0x773046) is known color: Flirt. HEX triplet: 77, 30 and 46. RGB value is (119,48,70). Sum of RGB (Red+Green+Blue) = 119+48+70=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #773046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773046 is #88CFB9. Grayscale: #474747. Windows color (decimal): -8966074 or 4599927. OLE color: 4599927.

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

Color convert

RGB 119 48 70 -
CMYK 0 0.60 0.41 0.53
HSL 341.41º 0.43% 0.33% -
HSV(B) 341.41º 0.6% 0.47% -
XYZ 9.77 6.48 6.53 -
YUV 71.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 119 48 70 0 0.60 0.41 0.53 341.41 0.43 0.33
Hex 77 30 46 0 3C 29 35 155 2B 21
Octal 167 60 106 0 74 51 65 525 53 41
Binary 1110111 110000 1000110 0 111100 101001 110101 101010101 101011 100001

Color Harmonies of #773046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773046

Black with #773046

Text Example


Text Example

White with #773046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773046; }

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

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

background-color css

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

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

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

border-color css

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

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

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