Html Css Color HEX #772B54 Flirt

📋 copy color: '#772B54'

red 119 ◦ green 43 ◦ blue 84

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

Shades of Flirt #772B54

Tints of Flirt #772B54

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.48%

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

R = 48.37%
G = 17.48%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#772B54 (or 0x772B54) is known color: Flirt. HEX triplet: 77, 2B and 54. RGB value is (119,43,84). Sum of RGB (Red+Green+Blue) = 119+43+84=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #772B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772B54 is #88D4AB. Grayscale: #464646. Windows color (decimal): -8967340 or 5516151. OLE color: 5516151.

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

Color convert

RGB 119 43 84 -
CMYK 0 0.64 0.29 0.53
HSL 327.63º 0.47% 0.32% -
HSV(B) 327.63º 0.64% 0.47% -
XYZ 10.07 6.29 9.07 -
YUV 70.4 135.68 162.67 -
System Red Green Blue C M Y K H S L
Decimal 119 43 84 0 0.64 0.29 0.53 327.63 0.47 0.32
Hex 77 2B 54 0 40 1D 35 148 2F 20
Octal 167 53 124 0 100 35 65 510 57 40
Binary 1110111 101011 1010100 0 1000000 11101 110101 101001000 101111 100000

Color Harmonies of #772B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B54

Black with #772B54

Text Example


Text Example

White with #772B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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