Html Css Color HEX #772954 Flirt

📋 copy color: '#772954'

red 119 ◦ green 41 ◦ blue 84

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

Shades of Flirt #772954

Tints of Flirt #772954

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.8%

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

R = 48.77%
G = 16.8%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#772954 (or 0x772954) is known color: Flirt. HEX triplet: 77, 29 and 54. RGB value is (119,41,84). Sum of RGB (Red+Green+Blue) = 119+41+84=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #772954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772954 is #88D6AB. Grayscale: #454545. Windows color (decimal): -8967852 or 5515639. OLE color: 5515639.

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

Color convert

RGB 119 41 84 -
CMYK 0 0.66 0.29 0.53
HSL 326.92º 0.49% 0.31% -
HSV(B) 326.92º 0.66% 0.47% -
XYZ 10 6.15 9.05 -
YUV 69.22 136.34 163.5 -
System Red Green Blue C M Y K H S L
Decimal 119 41 84 0 0.66 0.29 0.53 326.92 0.49 0.31
Hex 77 29 54 0 42 1D 35 147 31 1F
Octal 167 51 124 0 102 35 65 507 61 37
Binary 1110111 101001 1010100 0 1000010 11101 110101 101000111 110001 11111

Color Harmonies of #772954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772954

Black with #772954

Text Example


Text Example

White with #772954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772954; }

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

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

background-color css

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

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

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

border-color css

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

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

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