#76375E

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

Shades of Flirt #76375E

Tints of Flirt #76375E

Color information

#76375E (or 0x76375E) is unknown color: approx Flirt. HEX triplet: 76, 37 and 5E. RGB value is (118,55,94). Sum of RGB (Red+Green+Blue) = 118+55+94=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76375E is #89C8A1. Grayscale: #4E4E4E. Windows color (decimal): -9029794 or 6174582. OLE color: 6174582.

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

Color convert

RGB1185594-
CMYK00.530.200.54
HSL322.86º36.42%33.92%-
HSV(B)322.86º53.39%46.27%-
XYZ10.867.3911.44-
YUV78.28136.87156.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 55 (21.88% from 255) = 20.60%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=44.19%
G=20.60%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118559400.530.200.54322.8636.4233.92
Hex76375E03514361432422
Octal1666713606524665034442
Binary11101101101111011110011010110100110110101000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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