Html Css Color HEX #77374F Flirt

📋 copy color: '#77374F'

red 119 ◦ green 55 ◦ blue 79

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

Shades of Flirt #77374F

Tints of Flirt #77374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.74%

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

R = 47.04%
G = 21.74%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77374F (or 0x77374F) is known color: Flirt. HEX triplet: 77, 37 and 4F. RGB value is (119,55,79). Sum of RGB (Red+Green+Blue) = 119+55+79=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #77374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77374F is #88C8B0. Grayscale: #4C4C4C. Windows color (decimal): -8964273 or 5191543. OLE color: 5191543.

HSL color Cylindrical-coordinate representation of color #77374F: hue angle of 337.5º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77374F is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 79 -
CMYK 0 0.54 0.34 0.53
HSL 337.5º 0.37% 0.34% -
HSV(B) 337.5º 0.54% 0.47% -
XYZ 10.39 7.22 8.24 -
YUV 76.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 119 55 79 0 0.54 0.34 0.53 337.5 0.37 0.34
Hex 77 37 4F 0 36 22 35 152 25 22
Octal 167 67 117 0 66 42 65 522 45 42
Binary 1110111 110111 1001111 0 110110 100010 110101 101010010 100101 100010

Color Harmonies of #77374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77374F

Black with #77374F

Text Example


Text Example

White with #77374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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