Html Css Color HEX #772448 Flirt

📋 copy color: '#772448'

red 119 ◦ green 36 ◦ blue 72

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

Shades of Flirt #772448

Tints of Flirt #772448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.72%

R = 52.42%
G = 15.86%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#772448 (or 0x772448) is known color: Flirt. HEX triplet: 77, 24 and 48. RGB value is (119,36,72). Sum of RGB (Red+Green+Blue) = 119+36+72=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #772448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772448 is #88DBB7. Grayscale: #404040. Windows color (decimal): -8969144 or 4727927. OLE color: 4727927.

HSL color Cylindrical-coordinate representation of color #772448: hue angle of 333.98º 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 #772448 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 72 -
CMYK 0 0.70 0.39 0.53
HSL 333.98º 0.54% 0.3% -
HSV(B) 333.98º 0.7% 0.47% -
XYZ 9.41 5.65 6.73 -
YUV 64.92 132 166.57 -
System Red Green Blue C M Y K H S L
Decimal 119 36 72 0 0.70 0.39 0.53 333.98 0.54 0.3
Hex 77 24 48 0 46 27 35 14E 36 1E
Octal 167 44 110 0 106 47 65 516 66 36
Binary 1110111 100100 1001000 0 1000110 100111 110101 101001110 110110 11110

Color Harmonies of #772448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772448

Black with #772448

Text Example


Text Example

White with #772448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772448; }

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

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

background-color css

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

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

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

border-color css

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

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

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