#76304C

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

Shades of Flirt #76304C

Tints of Flirt #76304C

Color information

#76304C (or 0x76304C) is unknown color: approx Flirt. HEX triplet: 76, 30 and 4C. RGB value is (118,48,76). Sum of RGB (Red+Green+Blue) = 118+48+76=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76304C is #89CFB3. Grayscale: #484848. Windows color (decimal): -9031604 or 4993142. OLE color: 4993142.

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

Color convert

RGB1184876-
CMYK00.590.360.54
HSL336º42.17%32.55%-
HSV(B)336º59.32%46.27%-
XYZ9.836.497.57-
YUV72.12130.19160.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=48.76%
G=19.83%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118487600.590.360.5433642.1732.55
Hex76304C03B24361502a21
Octal1666011407344665205241
Binary111011011000010011000111011100100110110101010000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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