Html Css Color HEX #772D4D Flirt

📋 copy color: '#772D4D'

red 119 ◦ green 45 ◦ blue 77

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

Shades of Flirt #772D4D

Tints of Flirt #772D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.95%

R = 49.38%
G = 18.67%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#772D4D (or 0x772D4D) is known color: Flirt. HEX triplet: 77, 2D and 4D. RGB value is (119,45,77). Sum of RGB (Red+Green+Blue) = 119+45+77=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #772D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D4D is #88D2B2. Grayscale: #464646. Windows color (decimal): -8966835 or 5057911. OLE color: 5057911.

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

Color convert

RGB 119 45 77 -
CMYK 0 0.62 0.35 0.53
HSL 334.05º 0.45% 0.32% -
HSV(B) 334.05º 0.62% 0.47% -
XYZ 9.89 6.33 7.72 -
YUV 70.77 131.52 162.4 -
System Red Green Blue C M Y K H S L
Decimal 119 45 77 0 0.62 0.35 0.53 334.05 0.45 0.32
Hex 77 2D 4D 0 3E 23 35 14E 2D 20
Octal 167 55 115 0 76 43 65 516 55 40
Binary 1110111 101101 1001101 0 111110 100011 110101 101001110 101101 100000

Color Harmonies of #772D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D4D

Black with #772D4D

Text Example


Text Example

White with #772D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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