#76305A

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

Shades of Flirt #76305A

Tints of Flirt #76305A

Color information

#76305A (or 0x76305A) is unknown color: approx Flirt. HEX triplet: 76, 30 and 5A. RGB value is (118,48,90). Sum of RGB (Red+Green+Blue) = 118+48+90=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #76305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76305A is #89CFA5. Grayscale: #494949. Windows color (decimal): -9031590 or 5910646. OLE color: 5910646.

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

Color convert

RGB1184890-
CMYK00.590.240.54
HSL324º42.17%32.55%-
HSV(B)324º59.32%46.27%-
XYZ10.376.710.42-
YUV73.72137.19159.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=46.09%
G=18.75%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118489000.590.240.5432442.1732.55
Hex76305A03B18361442a21
Octal1666013207330665045241
Binary11101101100001011010011101111000110110101000100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76305A; }

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

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

<style>
 a { background-color: #76305A; }

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

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

<style>
 span { border-color: #76305A; }

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

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