#76335B

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

Shades of Flirt #76335B

Tints of Flirt #76335B

Color information

#76335B (or 0x76335B) is unknown color: approx Flirt. HEX triplet: 76, 33 and 5B. RGB value is (118,51,91). Sum of RGB (Red+Green+Blue) = 118+51+91=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76335B is #89CCA4. Grayscale: #4B4B4B. Windows color (decimal): -9030821 or 5976950. OLE color: 5976950.

HSL color Cylindrical-coordinate representation of color #76335B: hue angle of 324.18º 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 #76335B is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1185191-
CMYK00.570.230.54
HSL324.18º39.64%33.14%-
HSV(B)324.18º56.78%46.27%-
XYZ10.546.9710.69-
YUV75.59136.7158.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 51 (20.31% from 255) = 19.62%
BLUE value IS 91 (35.94% from 255) = 35%
R=45.38%
G=19.62%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118519100.570.230.54324.1839.6433.14
Hex76335B03917361442821
Octal1666313307127665045041
Binary11101101100111011011011100110111110110101000100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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