Html Css Color HEX #772651 Flirt

📋 copy color: '#772651'

red 119 ◦ green 38 ◦ blue 81

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

Shades of Flirt #772651

Tints of Flirt #772651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.97%

 BLUE value IS 81 (32.03% from 255) = 34.03%

R = 50%
G = 15.97%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#772651 (or 0x772651) is known color: Flirt. HEX triplet: 77, 26 and 51. RGB value is (119,38,81). Sum of RGB (Red+Green+Blue) = 119+38+81=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #772651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772651 is #88D9AE. Grayscale: #434343. Windows color (decimal): -8968623 or 5318263. OLE color: 5318263.

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

Color convert

RGB 119 38 81 -
CMYK 0 0.68 0.32 0.53
HSL 328.15º 0.52% 0.31% -
HSV(B) 328.15º 0.68% 0.47% -
XYZ 9.79 5.9 8.41 -
YUV 67.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 119 38 81 0 0.68 0.32 0.53 328.15 0.52 0.31
Hex 77 26 51 0 44 20 35 148 34 1F
Octal 167 46 121 0 104 40 65 510 64 37
Binary 1110111 100110 1010001 0 1000100 100000 110101 101001000 110100 11111

Color Harmonies of #772651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772651

Black with #772651

Text Example


Text Example

White with #772651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772651; }

 p { color: rgb(119,38,81); }

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

background-color css

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

 a { background-color: rgb(119,38,81); }

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

border-color css

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

 span { border-color: rgb(119,38,81); }

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