Html Css Color HEX #772346 Flirt

📋 copy color: '#772346'

red 119 ◦ green 35 ◦ blue 70

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

Shades of Flirt #772346

Tints of Flirt #772346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.63%

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

R = 53.13%
G = 15.63%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#772346 (or 0x772346) is known color: Flirt. HEX triplet: 77, 23 and 46. RGB value is (119,35,70). Sum of RGB (Red+Green+Blue) = 119+35+70=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #772346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772346 is #88DCB9. Grayscale: #404040. Windows color (decimal): -8969402 or 4596599. OLE color: 4596599.

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

Color convert

RGB 119 35 70 -
CMYK 0 0.71 0.41 0.53
HSL 335º 0.55% 0.3% -
HSV(B) 335º 0.71% 0.47% -
XYZ 9.31 5.57 6.38 -
YUV 64.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 119 35 70 0 0.71 0.41 0.53 335 0.55 0.3
Hex 77 23 46 0 47 29 35 14F 37 1E
Octal 167 43 106 0 107 51 65 517 67 36
Binary 1110111 100011 1000110 0 1000111 101001 110101 101001111 110111 11110

Color Harmonies of #772346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772346

Black with #772346

Text Example


Text Example

White with #772346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772346; }

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

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

background-color css

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

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

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

border-color css

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

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

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