#76345E

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

Shades of Flirt #76345E

Tints of Flirt #76345E

Color information

#76345E (or 0x76345E) is unknown color: approx Flirt. HEX triplet: 76, 34 and 5E. RGB value is (118,52,94). Sum of RGB (Red+Green+Blue) = 118+52+94=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76345E is #89CBA1. Grayscale: #4C4C4C. Windows color (decimal): -9030562 or 6173814. OLE color: 6173814.

HSL color Cylindrical-coordinate representation of color #76345E: hue angle of 321.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76345E is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1185294-
CMYK00.560.200.54
HSL321.82º38.82%33.33%-
HSV(B)321.82º55.93%46.27%-
XYZ10.727.1211.4-
YUV76.52137.87157.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 52 (20.70% from 255) = 19.70%
BLUE value IS 94 (37.11% from 255) = 35.61%
R=44.70%
G=19.70%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118529400.560.200.54321.8238.8233.33
Hex76345E03814361422721
Octal1666413607024665024741
Binary11101101101001011110011100010100110110101000010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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