#76304B

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

Shades of Flirt #76304B

Tints of Flirt #76304B

Color information

#76304B (or 0x76304B) is unknown color: approx Flirt. HEX triplet: 76, 30 and 4B. RGB value is (118,48,75). Sum of RGB (Red+Green+Blue) = 118+48+75=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #76304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76304B is #89CFB4. Grayscale: #474747. Windows color (decimal): -9031605 or 4927606. OLE color: 4927606.

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

Color convert

RGB1184875-
CMYK00.590.360.54
HSL336.86º42.17%32.55%-
HSV(B)336.86º59.32%46.27%-
XYZ9.86.477.39-
YUV72.01129.69160.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=48.96%
G=19.92%
B=31.12%

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
Decimal118487500.590.360.54336.8642.1732.55
Hex76304B03B24361512a21
Octal1666011307344665215241
Binary111011011000010010110111011100100110110101010001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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