Html Css Color HEX #772946 Flirt

📋 copy color: '#772946'

red 119 ◦ green 41 ◦ blue 70

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

Shades of Flirt #772946

Tints of Flirt #772946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.83%

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

R = 51.74%
G = 17.83%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#772946 (or 0x772946) is known color: Flirt. HEX triplet: 77, 29 and 46. RGB value is (119,41,70). Sum of RGB (Red+Green+Blue) = 119+41+70=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #772946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772946 is #88D6B9. Grayscale: #434343. Windows color (decimal): -8967866 or 4598135. OLE color: 4598135.

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

Color convert

RGB 119 41 70 -
CMYK 0 0.66 0.41 0.53
HSL 337.69º 0.49% 0.31% -
HSV(B) 337.69º 0.66% 0.47% -
XYZ 9.51 5.95 6.44 -
YUV 67.63 129.34 164.64 -
System Red Green Blue C M Y K H S L
Decimal 119 41 70 0 0.66 0.41 0.53 337.69 0.49 0.31
Hex 77 29 46 0 42 29 35 152 31 1F
Octal 167 51 106 0 102 51 65 522 61 37
Binary 1110111 101001 1000110 0 1000010 101001 110101 101010010 110001 11111

Color Harmonies of #772946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772946

Black with #772946

Text Example


Text Example

White with #772946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772946; }

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

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

background-color css

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

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

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

border-color css

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

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

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