#76334C

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

Shades of Flirt #76334C

Tints of Flirt #76334C

Color information

#76334C (or 0x76334C) is unknown color: approx Flirt. HEX triplet: 76, 33 and 4C. RGB value is (118,51,76). Sum of RGB (Red+Green+Blue) = 118+51+76=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76334C is #89CCB3. Grayscale: #494949. Windows color (decimal): -9030836 or 4993910. OLE color: 4993910.

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

Color convert

RGB1185176-
CMYK00.570.360.54
HSL337.61º39.64%33.14%-
HSV(B)337.61º56.78%46.27%-
XYZ9.966.747.61-
YUV73.88129.2159.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=48.16%
G=20.82%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118517600.570.360.54337.6139.6433.14
Hex76334C03924361522821
Octal1666311407144665225041
Binary111011011001110011000111001100100110110101010010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76334C; }

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

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

<style>
 a { background-color: #76334C; }

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

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

<style>
 span { border-color: #76334C; }

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

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