#76335D

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

Shades of Flirt #76335D

Tints of Flirt #76335D

Color information

#76335D (or 0x76335D) is unknown color: approx Flirt. HEX triplet: 76, 33 and 5D. RGB value is (118,51,93). Sum of RGB (Red+Green+Blue) = 118+51+93=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76335D is #89CCA2. Grayscale: #4B4B4B. Windows color (decimal): -9030819 or 6108022. OLE color: 6108022.

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

Color convert

RGB1185193-
CMYK00.570.210.54
HSL322.39º39.64%33.14%-
HSV(B)322.39º56.78%46.27%-
XYZ10.637.0111.15-
YUV75.82137.7158.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=45.04%
G=19.47%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118519300.570.210.54322.3939.6433.14
Hex76335D03915361422821
Octal1666313507125665025041
Binary11101101100111011101011100110101110110101000010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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