Html Css Color HEX #77354D Flirt

📋 copy color: '#77354D'

red 119 ◦ green 53 ◦ blue 77

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

Shades of Flirt #77354D

Tints of Flirt #77354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

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

R = 47.79%
G = 21.29%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77354D (or 0x77354D) is known color: Flirt. HEX triplet: 77, 35 and 4D. RGB value is (119,53,77). Sum of RGB (Red+Green+Blue) = 119+53+77=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77354D is #88CAB2. Grayscale: #4B4B4B. Windows color (decimal): -8964787 or 5059959. OLE color: 5059959.

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

Color convert

RGB 119 53 77 -
CMYK 0 0.55 0.35 0.53
HSL 338.18º 0.38% 0.34% -
HSV(B) 338.18º 0.55% 0.47% -
XYZ 10.22 7 7.83 -
YUV 75.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 119 53 77 0 0.55 0.35 0.53 338.18 0.38 0.34
Hex 77 35 4D 0 37 23 35 152 26 22
Octal 167 65 115 0 67 43 65 522 46 42
Binary 1110111 110101 1001101 0 110111 100011 110101 101010010 100110 100010

Color Harmonies of #77354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77354D

Black with #77354D

Text Example


Text Example

White with #77354D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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