Html Css Color HEX #772341 Flirt

📋 copy color: '#772341'

red 119 ◦ green 35 ◦ blue 65

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

Shades of Flirt #772341

Tints of Flirt #772341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.68%

R = 54.34%
G = 15.98%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#772341 (or 0x772341) is known color: Flirt. HEX triplet: 77, 23 and 41. RGB value is (119,35,65). Sum of RGB (Red+Green+Blue) = 119+35+65=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #772341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772341 is #88DCBE. Grayscale: #3F3F3F. Windows color (decimal): -8969407 or 4268919. OLE color: 4268919.

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

Color convert

RGB 119 35 65 -
CMYK 0 0.71 0.45 0.53
HSL 338.57º 0.55% 0.3% -
HSV(B) 338.57º 0.71% 0.47% -
XYZ 9.16 5.51 5.58 -
YUV 63.54 128.83 167.56 -
System Red Green Blue C M Y K H S L
Decimal 119 35 65 0 0.71 0.45 0.53 338.57 0.55 0.3
Hex 77 23 41 0 47 2D 35 153 37 1E
Octal 167 43 101 0 107 55 65 523 67 36
Binary 1110111 100011 1000001 0 1000111 101101 110101 101010011 110111 11110

Color Harmonies of #772341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772341

Black with #772341

Text Example


Text Example

White with #772341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772341; }

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

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

background-color css

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

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

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

border-color css

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

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

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