#7F324E

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

Shades of Flirt #7F324E

Tints of Flirt #7F324E

Color information

#7F324E (or 0x7F324E) is unknown color: approx Flirt. HEX triplet: 7F, 32 and 4E. RGB value is (127,50,78). Sum of RGB (Red+Green+Blue) = 127+50+78=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F324E is #80CDB1. Grayscale: #4C4C4C. Windows color (decimal): -8441266 or 5124735. OLE color: 5124735.

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

Color convert

RGB1275078-
CMYK00.610.390.50
HSL338.18º43.5%34.71%-
HSV(B)338.18º60.63%49.8%-
XYZ11.277.348.03-
YUV76.21129.01164.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.80%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=49.80%
G=19.61%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127507800.610.390.50338.1843.534.71
Hex7F324E03D27321522c23
Octal1776211607547625225443
Binary111111111001010011100111101100111110010101010010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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