Html Css Color HEX #772454 Flirt

📋 copy color: '#772454'

red 119 ◦ green 36 ◦ blue 84

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

Shades of Flirt #772454

Tints of Flirt #772454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.06%

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

R = 49.79%
G = 15.06%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#772454 (or 0x772454) is known color: Flirt. HEX triplet: 77, 24 and 54. RGB value is (119,36,84). Sum of RGB (Red+Green+Blue) = 119+36+84=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #772454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772454 is #88DBAB. Grayscale: #424242. Windows color (decimal): -8969132 or 5514359. OLE color: 5514359.

HSL color Cylindrical-coordinate representation of color #772454: hue angle of 325.3º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772454 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 84 -
CMYK 0 0.70 0.29 0.53
HSL 325.3º 0.54% 0.3% -
HSV(B) 325.3º 0.7% 0.47% -
XYZ 9.84 5.82 8.99 -
YUV 66.29 138 165.6 -
System Red Green Blue C M Y K H S L
Decimal 119 36 84 0 0.70 0.29 0.53 325.3 0.54 0.3
Hex 77 24 54 0 46 1D 35 145 36 1E
Octal 167 44 124 0 106 35 65 505 66 36
Binary 1110111 100100 1010100 0 1000110 11101 110101 101000101 110110 11110

Color Harmonies of #772454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772454

Black with #772454

Text Example


Text Example

White with #772454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772454; }

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

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

background-color css

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

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

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

border-color css

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

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

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