#76344F

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

Shades of Flirt #76344F

Tints of Flirt #76344F

Color information

#76344F (or 0x76344F) is unknown color: approx Flirt. HEX triplet: 76, 34 and 4F. RGB value is (118,52,79). Sum of RGB (Red+Green+Blue) = 118+52+79=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76344F is #89CBB0. Grayscale: #4A4A4A. Windows color (decimal): -9030577 or 5190774. OLE color: 5190774.

HSL color Cylindrical-coordinate representation of color #76344F: hue angle of 335.45º 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 #76344F is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1185279-
CMYK00.560.330.54
HSL335.45º38.82%33.33%-
HSV(B)335.45º55.93%46.27%-
XYZ10.116.878.19-
YUV74.81130.37158.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=47.39%
G=20.88%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118527900.560.330.54335.4538.8233.33
Hex76344F038213614f2721
Octal1666411707041665174741
Binary111011011010010011110111000100001110110101001111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76344F; }

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

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

<style>
 a { background-color: #76344F; }

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

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

<style>
 span { border-color: #76344F; }

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

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