Html Css Color HEX #773358 Flirt

📋 copy color: '#773358'

red 119 ◦ green 51 ◦ blue 88

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

Shades of Flirt #773358

Tints of Flirt #773358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.77%

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

R = 46.12%
G = 19.77%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#773358 (or 0x773358) is known color: Flirt. HEX triplet: 77, 33 and 58. RGB value is (119,51,88). Sum of RGB (Red+Green+Blue) = 119+51+88=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #773358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773358 is #88CCA7. Grayscale: #4B4B4B. Windows color (decimal): -8965288 or 5780343. OLE color: 5780343.

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

Color convert

RGB 119 51 88 -
CMYK 0 0.57 0.26 0.53
HSL 327.35º 0.4% 0.33% -
HSV(B) 327.35º 0.57% 0.47% -
XYZ 10.55 6.99 10.03 -
YUV 75.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 119 51 88 0 0.57 0.26 0.53 327.35 0.4 0.33
Hex 77 33 58 0 39 1A 35 147 28 21
Octal 167 63 130 0 71 32 65 507 50 41
Binary 1110111 110011 1011000 0 111001 11010 110101 101000111 101000 100001

Color Harmonies of #773358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773358

Black with #773358

Text Example


Text Example

White with #773358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773358; }

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

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

background-color css

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

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

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

border-color css

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

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

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