#7F365C

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

Shades of Flirt #7F365C

Tints of Flirt #7F365C

Color information

#7F365C (or 0x7F365C) is unknown color: approx Flirt. HEX triplet: 7F, 36 and 5C. RGB value is (127,54,92). Sum of RGB (Red+Green+Blue) = 127+54+92=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F365C is #80C9A3. Grayscale: #505050. Windows color (decimal): -8440228 or 6043263. OLE color: 6043263.

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

Color convert

RGB1275492-
CMYK00.570.280.50
HSL328.77º40.33%35.49%-
HSV(B)328.77º57.48%49.8%-
XYZ127.9211.02-
YUV80.16134.68161.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.52%
GREEN value IS 54 (21.48% from 255) = 19.78%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=46.52%
G=19.78%
B=33.70%

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
Decimal127549200.570.280.50328.7740.3335.49
Hex7F365C0391C321492823
Octal1776613407134625115043
Binary11111111101101011100011100111100110010101001001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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