#7F304E

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

Shades of Flirt #7F304E

Tints of Flirt #7F304E

Color information

#7F304E (or 0x7F304E) is unknown color: approx Flirt. HEX triplet: 7F, 30 and 4E. RGB value is (127,48,78). Sum of RGB (Red+Green+Blue) = 127+48+78=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F304E is #80CFB1. Grayscale: #4B4B4B. Windows color (decimal): -8441778 or 5124223. OLE color: 5124223.

HSL color Cylindrical-coordinate representation of color #7F304E: hue angle of 337.22º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F304E is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB1274878-
CMYK00.620.390.50
HSL337.22º45.14%34.31%-
HSV(B)337.22º62.2%49.8%-
XYZ11.187.188-
YUV75.04129.67165.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.20%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=50.20%
G=18.97%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127487800.620.390.50337.2245.1434.31
Hex7F304E03E27321512d22
Octal1776011607647625215542
Binary111111111000010011100111110100111110010101010001101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F304E; }

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

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

<style>
 a { background-color: #7F304E; }

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

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

<style>
 span { border-color: #7F304E; }

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

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