Html Css Color HEX #772653 Flirt

📋 copy color: '#772653'

red 119 ◦ green 38 ◦ blue 83

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

Shades of Flirt #772653

Tints of Flirt #772653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.58%

R = 49.58%
G = 15.83%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#772653 (or 0x772653) is known color: Flirt. HEX triplet: 77, 26 and 53. RGB value is (119,38,83). Sum of RGB (Red+Green+Blue) = 119+38+83=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #772653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772653 is #88D9AC. Grayscale: #434343. Windows color (decimal): -8968621 or 5449335. OLE color: 5449335.

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

Color convert

RGB 119 38 83 -
CMYK 0 0.68 0.30 0.53
HSL 326.67º 0.52% 0.31% -
HSV(B) 326.67º 0.68% 0.47% -
XYZ 9.86 5.93 8.81 -
YUV 67.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 119 38 83 0 0.68 0.30 0.53 326.67 0.52 0.31
Hex 77 26 53 0 44 1E 35 147 34 1F
Octal 167 46 123 0 104 36 65 507 64 37
Binary 1110111 100110 1010011 0 1000100 11110 110101 101000111 110100 11111

Color Harmonies of #772653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772653

Black with #772653

Text Example


Text Example

White with #772653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772653; }

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

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

background-color css

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

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

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

border-color css

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

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

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