#76375D

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

Shades of Flirt #76375D

Tints of Flirt #76375D

Color information

#76375D (or 0x76375D) is unknown color: approx Flirt. HEX triplet: 76, 37 and 5D. RGB value is (118,55,93). Sum of RGB (Red+Green+Blue) = 118+55+93=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76375D is #89C8A2. Grayscale: #4E4E4E. Windows color (decimal): -9029795 or 6109046. OLE color: 6109046.

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

Color convert

RGB1185593-
CMYK00.530.210.54
HSL323.81º36.42%33.92%-
HSV(B)323.81º53.39%46.27%-
XYZ10.817.3711.21-
YUV78.17136.37156.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 55 (21.88% from 255) = 20.68%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=44.36%
G=20.68%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118559300.530.210.54323.8136.4233.92
Hex76375D03515361442422
Octal1666713506525665044442
Binary11101101101111011101011010110101110110101000100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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