Html Css Color HEX #77375C Flirt

📋 copy color: '#77375C'

red 119 ◦ green 55 ◦ blue 92

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

Shades of Flirt #77375C

Tints of Flirt #77375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.59%

R = 44.74%
G = 20.68%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77375C (or 0x77375C) is known color: Flirt. HEX triplet: 77, 37 and 5C. RGB value is (119,55,92). Sum of RGB (Red+Green+Blue) = 119+55+92=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77375C is #88C8A3. Grayscale: #4E4E4E. Windows color (decimal): -8964260 or 6043511. OLE color: 6043511.

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

Color convert

RGB 119 55 92 -
CMYK 0 0.54 0.23 0.53
HSL 325.31º 0.37% 0.34% -
HSV(B) 325.31º 0.54% 0.47% -
XYZ 10.91 7.43 10.98 -
YUV 78.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 119 55 92 0 0.54 0.23 0.53 325.31 0.37 0.34
Hex 77 37 5C 0 36 17 35 145 25 22
Octal 167 67 134 0 66 27 65 505 45 42
Binary 1110111 110111 1011100 0 110110 10111 110101 101000101 100101 100010

Color Harmonies of #77375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77375C

Black with #77375C

Text Example


Text Example

White with #77375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77375C; }

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

 H1.HeaderClassName
 {
   color: #77375C;
 }
 .AnyTagClassName
 {
   color: #77375C;
 }
</style>

background-color css

<style>
 a { background-color: #77375C; }

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

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

border-color css

<style>
 span { border-color: #77375C; }

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

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