Html Css Color HEX #77394F Flirt

📋 copy color: '#77394F'

red 119 ◦ green 57 ◦ blue 79

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

Shades of Flirt #77394F

Tints of Flirt #77394F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.98%

R = 46.67%
G = 22.35%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77394F (or 0x77394F) is known color: Flirt. HEX triplet: 77, 39 and 4F. RGB value is (119,57,79). Sum of RGB (Red+Green+Blue) = 119+57+79=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #77394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77394F is #88C6B0. Grayscale: #4E4E4E. Windows color (decimal): -8963761 or 5192055. OLE color: 5192055.

HSL color Cylindrical-coordinate representation of color #77394F: hue angle of 338.71º 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 #77394F is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 57 79 -
CMYK 0 0.52 0.34 0.53
HSL 338.71º 0.35% 0.35% -
HSV(B) 338.71º 0.52% 0.47% -
XYZ 10.48 7.41 8.28 -
YUV 78.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 119 57 79 0 0.52 0.34 0.53 338.71 0.35 0.35
Hex 77 39 4F 0 34 22 35 153 23 23
Octal 167 71 117 0 64 42 65 523 43 43
Binary 1110111 111001 1001111 0 110100 100010 110101 101010011 100011 100011

Color Harmonies of #77394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77394F

Black with #77394F

Text Example


Text Example

White with #77394F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77394F; }

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

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

background-color css

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

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

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

border-color css

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

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

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