Html Css Color HEX #772556 Flirt

📋 copy color: '#772556'

red 119 ◦ green 37 ◦ blue 86

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

Shades of Flirt #772556

Tints of Flirt #772556

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.29%

 BLUE value IS 86 (33.98% from 255) = 35.54%

R = 49.17%
G = 15.29%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#772556 (or 0x772556) is known color: Flirt. HEX triplet: 77, 25 and 56. RGB value is (119,37,86). Sum of RGB (Red+Green+Blue) = 119+37+86=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #772556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772556 is #88DAA9. Grayscale: #424242. Windows color (decimal): -8968874 or 5645687. OLE color: 5645687.

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

Color convert

RGB 119 37 86 -
CMYK 0 0.69 0.28 0.53
HSL 324.15º 0.53% 0.31% -
HSV(B) 324.15º 0.69% 0.47% -
XYZ 9.95 5.92 9.42 -
YUV 67.1 138.67 165.02 -
System Red Green Blue C M Y K H S L
Decimal 119 37 86 0 0.69 0.28 0.53 324.15 0.53 0.31
Hex 77 25 56 0 45 1C 35 144 35 1F
Octal 167 45 126 0 105 34 65 504 65 37
Binary 1110111 100101 1010110 0 1000101 11100 110101 101000100 110101 11111

Color Harmonies of #772556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772556

Black with #772556

Text Example


Text Example

White with #772556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772556; }

 p { color: rgb(119,37,86); }

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

background-color css

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

 a { background-color: rgb(119,37,86); }

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

border-color css

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

 span { border-color: rgb(119,37,86); }

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