Html Css Color HEX #77374D Flirt

📋 copy color: '#77374D'

red 119 ◦ green 55 ◦ blue 77

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

Shades of Flirt #77374D

Tints of Flirt #77374D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.68%

R = 47.41%
G = 21.91%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77374D (or 0x77374D) is known color: Flirt. HEX triplet: 77, 37 and 4D. RGB value is (119,55,77). Sum of RGB (Red+Green+Blue) = 119+55+77=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77374D is #88C8B2. Grayscale: #4C4C4C. Windows color (decimal): -8964275 or 5060471. OLE color: 5060471.

HSL color Cylindrical-coordinate representation of color #77374D: hue angle of 339.38º 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 #77374D is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 77 -
CMYK 0 0.54 0.35 0.53
HSL 339.38º 0.37% 0.34% -
HSV(B) 339.38º 0.54% 0.47% -
XYZ 10.31 7.19 7.87 -
YUV 76.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 119 55 77 0 0.54 0.35 0.53 339.38 0.37 0.34
Hex 77 37 4D 0 36 23 35 153 25 22
Octal 167 67 115 0 66 43 65 523 45 42
Binary 1110111 110111 1001101 0 110110 100011 110101 101010011 100101 100010

Color Harmonies of #77374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77374D

Black with #77374D

Text Example


Text Example

White with #77374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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