Html Css Color HEX #773958 Flirt

📋 copy color: '#773958'

red 119 ◦ green 57 ◦ blue 88

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

Shades of Flirt #773958

Tints of Flirt #773958

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.59%

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

R = 45.08%
G = 21.59%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#773958 (or 0x773958) is known color: Flirt. HEX triplet: 77, 39 and 58. RGB value is (119,57,88). Sum of RGB (Red+Green+Blue) = 119+57+88=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #773958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773958 is #88C6A7. Grayscale: #4F4F4F. Windows color (decimal): -8963752 or 5781879. OLE color: 5781879.

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

Color convert

RGB 119 57 88 -
CMYK 0 0.52 0.26 0.53
HSL 330º 0.35% 0.35% -
HSV(B) 330º 0.52% 0.47% -
XYZ 10.83 7.55 10.12 -
YUV 79.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 119 57 88 0 0.52 0.26 0.53 330 0.35 0.35
Hex 77 39 58 0 34 1A 35 14A 23 23
Octal 167 71 130 0 64 32 65 512 43 43
Binary 1110111 111001 1011000 0 110100 11010 110101 101001010 100011 100011

Color Harmonies of #773958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773958

Black with #773958

Text Example


Text Example

White with #773958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773958; }

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

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

background-color css

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

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

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

border-color css

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

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

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