#7F375C

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

Shades of Flirt #7F375C

Tints of Flirt #7F375C

Color information

#7F375C (or 0x7F375C) is unknown color: approx Flirt. HEX triplet: 7F, 37 and 5C. RGB value is (127,55,92). Sum of RGB (Red+Green+Blue) = 127+55+92=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F375C is #80C8A3. Grayscale: #505050. Windows color (decimal): -8439972 or 6043519. OLE color: 6043519.

HSL color Cylindrical-coordinate representation of color #7F375C: hue angle of 329.17º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F375C is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB1275592-
CMYK00.570.280.50
HSL329.17º39.56%35.69%-
HSV(B)329.17º56.69%49.8%-
XYZ12.058.0211.04-
YUV80.75134.35160.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.35%
GREEN value IS 55 (21.88% from 255) = 20.07%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=46.35%
G=20.07%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127559200.570.280.50329.1739.5635.69
Hex7F375C0391C321492824
Octal1776713407134625115044
Binary11111111101111011100011100111100110010101001001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,55,92); }

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

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

 a { background-color: rgb(127,55,92); }

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

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

 span { border-color: rgb(127,55,92); }

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