Html Css Color HEX #772E4A Flirt

📋 copy color: '#772E4A'

red 119 ◦ green 46 ◦ blue 74

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

Shades of Flirt #772E4A

Tints of Flirt #772E4A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.25%

 BLUE value IS 74 (29.3% from 255) = 30.96%

R = 49.79%
G = 19.25%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#772E4A (or 0x772E4A) is known color: Flirt. HEX triplet: 77, 2E and 4A. RGB value is (119,46,74). Sum of RGB (Red+Green+Blue) = 119+46+74=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #772E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E4A is #88D1B5. Grayscale: #464646. Windows color (decimal): -8966582 or 4861559. OLE color: 4861559.

HSL color Cylindrical-coordinate representation of color #772E4A: hue angle of 336.99º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772E4A is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 46 74 -
CMYK 0 0.61 0.38 0.53
HSL 336.99º 0.44% 0.32% -
HSV(B) 336.99º 0.61% 0.47% -
XYZ 9.82 6.37 7.19 -
YUV 71.02 129.68 162.22 -
System Red Green Blue C M Y K H S L
Decimal 119 46 74 0 0.61 0.38 0.53 336.99 0.44 0.32
Hex 77 2E 4A 0 3D 26 35 151 2C 20
Octal 167 56 112 0 75 46 65 521 54 40
Binary 1110111 101110 1001010 0 111101 100110 110101 101010001 101100 100000

Color Harmonies of #772E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E4A

Black with #772E4A

Text Example


Text Example

White with #772E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772E4A; }

 p { color: rgb(119,46,74); }

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

background-color css

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

 a { background-color: rgb(119,46,74); }

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

border-color css

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

 span { border-color: rgb(119,46,74); }

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