#77375C

Color #77375C Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #77375C

Tints of Flirt #77375C

Color information

#77375C (or 0x77375C) is unknown color: approx 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

RGB1195592-
CMYK00.540.230.53
HSL325.31º36.78%34.12%-
HSV(B)325.31º53.78%46.67%-
XYZ10.917.4310.98-
YUV78.35135.7156.99-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119559200.540.230.53325.3136.7834.12
Hex77375C03617351452522
Octal1676713406627655054542
Binary11101111101111011100011011010111110101101000101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>