#76304E

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

Shades of Flirt #76304E

Tints of Flirt #76304E

Color information

#76304E (or 0x76304E) is unknown color: approx Flirt. HEX triplet: 76, 30 and 4E. RGB value is (118,48,78). Sum of RGB (Red+Green+Blue) = 118+48+78=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76304E is #89CFB1. Grayscale: #484848. Windows color (decimal): -9031602 or 5124214. OLE color: 5124214.

HSL color Cylindrical-coordinate representation of color #76304E: hue angle of 334.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76304E is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1184878-
CMYK00.590.340.54
HSL334.29º42.17%32.55%-
HSV(B)334.29º59.32%46.27%-
XYZ9.96.527.94-
YUV72.35131.19160.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=48.36%
G=19.67%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118487800.590.340.54334.2942.1732.55
Hex76304E03B223614e2a21
Octal1666011607342665165241
Binary111011011000010011100111011100010110110101001110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76304E; }

 p { color: rgb(118,48,78); }

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

<style>
 a { background-color: #76304E; }

 a { background-color: rgb(118,48,78); }

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

<style>
 span { border-color: #76304E; }

 span { border-color: rgb(118,48,78); }

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