Html Css Color HEX #772D4C Flirt

📋 copy color: '#772D4C'

red 119 ◦ green 45 ◦ blue 76

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

Shades of Flirt #772D4C

Tints of Flirt #772D4C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.75%

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

R = 49.58%
G = 18.75%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#772D4C (or 0x772D4C) is known color: Flirt. HEX triplet: 77, 2D and 4C. RGB value is (119,45,76). Sum of RGB (Red+Green+Blue) = 119+45+76=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #772D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D4C is #88D2B3. Grayscale: #464646. Windows color (decimal): -8966836 or 4992375. OLE color: 4992375.

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

Color convert

RGB 119 45 76 -
CMYK 0 0.62 0.36 0.53
HSL 334.86º 0.45% 0.32% -
HSV(B) 334.86º 0.62% 0.47% -
XYZ 9.85 6.32 7.54 -
YUV 70.66 131.02 162.48 -
System Red Green Blue C M Y K H S L
Decimal 119 45 76 0 0.62 0.36 0.53 334.86 0.45 0.32
Hex 77 2D 4C 0 3E 24 35 14F 2D 20
Octal 167 55 114 0 76 44 65 517 55 40
Binary 1110111 101101 1001100 0 111110 100100 110101 101001111 101101 100000

Color Harmonies of #772D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D4C

Black with #772D4C

Text Example


Text Example

White with #772D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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