#76304F

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

Shades of Flirt #76304F

Tints of Flirt #76304F

Color information

#76304F (or 0x76304F) is unknown color: approx Flirt. HEX triplet: 76, 30 and 4F. RGB value is (118,48,79). Sum of RGB (Red+Green+Blue) = 118+48+79=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76304F is #89CFB0. Grayscale: #484848. Windows color (decimal): -9031601 or 5189750. OLE color: 5189750.

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

Color convert

RGB1184879-
CMYK00.590.330.54
HSL333.43º42.17%32.55%-
HSV(B)333.43º59.32%46.27%-
XYZ9.946.538.13-
YUV72.46131.69160.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=48.16%
G=19.59%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118487900.590.330.54333.4342.1732.55
Hex76304F03B213614d2a21
Octal1666011707341665155241
Binary111011011000010011110111011100001110110101001101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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