Html Css Color HEX #772E4C Flirt

📋 copy color: '#772E4C'

red 119 ◦ green 46 ◦ blue 76

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

Shades of Flirt #772E4C

Tints of Flirt #772E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 49.38%
G = 19.09%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#772E4C (or 0x772E4C) is known color: Flirt. HEX triplet: 77, 2E and 4C. RGB value is (119,46,76). Sum of RGB (Red+Green+Blue) = 119+46+76=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #772E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E4C is #88D1B3. Grayscale: #474747. Windows color (decimal): -8966580 or 4992631. OLE color: 4992631.

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

Color convert

RGB 119 46 76 -
CMYK 0 0.61 0.36 0.53
HSL 335.34º 0.44% 0.32% -
HSV(B) 335.34º 0.61% 0.47% -
XYZ 9.89 6.4 7.55 -
YUV 71.25 130.68 162.06 -
System Red Green Blue C M Y K H S L
Decimal 119 46 76 0 0.61 0.36 0.53 335.34 0.44 0.32
Hex 77 2E 4C 0 3D 24 35 14F 2C 20
Octal 167 56 114 0 75 44 65 517 54 40
Binary 1110111 101110 1001100 0 111101 100100 110101 101001111 101100 100000

Color Harmonies of #772E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E4C

Black with #772E4C

Text Example


Text Example

White with #772E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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