Html Css Color HEX #773258 Flirt

📋 copy color: '#773258'

red 119 ◦ green 50 ◦ blue 88

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

Shades of Flirt #773258

Tints of Flirt #773258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

 BLUE value IS 88 (34.77% from 255) = 34.24%

R = 46.3%
G = 19.46%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#773258 (or 0x773258) is known color: Flirt. HEX triplet: 77, 32 and 58. RGB value is (119,50,88). Sum of RGB (Red+Green+Blue) = 119+50+88=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #773258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773258 is #88CDA7. Grayscale: #4A4A4A. Windows color (decimal): -8965544 or 5780087. OLE color: 5780087.

HSL color Cylindrical-coordinate representation of color #773258: hue angle of 326.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773258 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 50 88 -
CMYK 0 0.58 0.26 0.53
HSL 326.96º 0.41% 0.33% -
HSV(B) 326.96º 0.58% 0.47% -
XYZ 10.51 6.91 10.01 -
YUV 74.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 119 50 88 0 0.58 0.26 0.53 326.96 0.41 0.33
Hex 77 32 58 0 3A 1A 35 147 29 21
Octal 167 62 130 0 72 32 65 507 51 41
Binary 1110111 110010 1011000 0 111010 11010 110101 101000111 101001 100001

Color Harmonies of #773258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773258

Black with #773258

Text Example


Text Example

White with #773258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773258; }

 p { color: rgb(119,50,88); }

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

background-color css

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

 a { background-color: rgb(119,50,88); }

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

border-color css

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

 span { border-color: rgb(119,50,88); }

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