#76375C

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

Shades of Flirt #76375C

Tints of Flirt #76375C

Color information

#76375C (or 0x76375C) is unknown color: approx Flirt. HEX triplet: 76, 37 and 5C. RGB value is (118,55,92). Sum of RGB (Red+Green+Blue) = 118+55+92=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76375C is #89C8A3. Grayscale: #4D4D4D. Windows color (decimal): -9029796 or 6043510. OLE color: 6043510.

HSL color Cylindrical-coordinate representation of color #76375C: hue angle of 324.76º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76375C is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1185592-
CMYK00.530.220.54
HSL324.76º36.42%33.92%-
HSV(B)324.76º53.39%46.27%-
XYZ10.777.3610.98-
YUV78.05135.87156.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 55 (21.88% from 255) = 20.75%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=44.53%
G=20.75%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118559200.530.220.54324.7636.4233.92
Hex76375C03516361452422
Octal1666713406526665054442
Binary11101101101111011100011010110110110110101000101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76375C;
 }
 .AnyTagClassName
 {
   color: #76375C;
 }
</style>
background-color css

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

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

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

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

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

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