#76355D

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

Shades of Flirt #76355D

Tints of Flirt #76355D

Color information

#76355D (or 0x76355D) is unknown color: approx Flirt. HEX triplet: 76, 35 and 5D. RGB value is (118,53,93). Sum of RGB (Red+Green+Blue) = 118+53+93=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76355D is #89CAA2. Grayscale: #4C4C4C. Windows color (decimal): -9030307 or 6108534. OLE color: 6108534.

HSL color Cylindrical-coordinate representation of color #76355D: hue angle of 323.08º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76355D is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1185393-
CMYK00.550.210.54
HSL323.08º38.01%33.53%-
HSV(B)323.08º55.08%46.27%-
XYZ10.727.1911.18-
YUV77137.03157.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=44.70%
G=20.08%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118539300.550.210.54323.0838.0133.53
Hex76355D03715361432622
Octal1666513506725665034642
Binary11101101101011011101011011110101110110101000011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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