Html Css Color HEX #772E54 Flirt

📋 copy color: '#772E54'

red 119 ◦ green 46 ◦ blue 84

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

Shades of Flirt #772E54

Tints of Flirt #772E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.73%

R = 47.79%
G = 18.47%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#772E54 (or 0x772E54) is known color: Flirt. HEX triplet: 77, 2E and 54. RGB value is (119,46,84). Sum of RGB (Red+Green+Blue) = 119+46+84=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #772E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772E54 is #88D1AB. Grayscale: #484848. Windows color (decimal): -8966572 or 5516919. OLE color: 5516919.

HSL color Cylindrical-coordinate representation of color #772E54: hue angle of 328.77º 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 #772E54 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 46 84 -
CMYK 0 0.61 0.29 0.53
HSL 328.77º 0.44% 0.32% -
HSV(B) 328.77º 0.61% 0.47% -
XYZ 10.18 6.52 9.11 -
YUV 72.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 119 46 84 0 0.61 0.29 0.53 328.77 0.44 0.32
Hex 77 2E 54 0 3D 1D 35 149 2C 20
Octal 167 56 124 0 75 35 65 511 54 40
Binary 1110111 101110 1010100 0 111101 11101 110101 101001001 101100 100000

Color Harmonies of #772E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E54

Black with #772E54

Text Example


Text Example

White with #772E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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