Html Css Color HEX #77345D Flirt

📋 copy color: '#77345D'

red 119 ◦ green 52 ◦ blue 93

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

Shades of Flirt #77345D

Tints of Flirt #77345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.7%

 BLUE value IS 93 (36.72% from 255) = 35.23%

R = 45.08%
G = 19.7%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77345D (or 0x77345D) is known color: Flirt. HEX triplet: 77, 34 and 5D. RGB value is (119,52,93). Sum of RGB (Red+Green+Blue) = 119+52+93=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77345D is #88CBA2. Grayscale: #4C4C4C. Windows color (decimal): -8965027 or 6108279. OLE color: 6108279.

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

Color convert

RGB 119 52 93 -
CMYK 0 0.56 0.22 0.53
HSL 323.28º 0.39% 0.34% -
HSV(B) 323.28º 0.56% 0.47% -
XYZ 10.81 7.17 11.17 -
YUV 76.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 119 52 93 0 0.56 0.22 0.53 323.28 0.39 0.34
Hex 77 34 5D 0 38 16 35 143 27 22
Octal 167 64 135 0 70 26 65 503 47 42
Binary 1110111 110100 1011101 0 111000 10110 110101 101000011 100111 100010

Color Harmonies of #77345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77345D

Black with #77345D

Text Example


Text Example

White with #77345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,52,93); }

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

background-color css

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

 a { background-color: rgb(119,52,93); }

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

border-color css

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

 span { border-color: rgb(119,52,93); }

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